#b30f0d

Color #B30F0D Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #B30F0D

Tints of Free Speech Red #B30F0D

Color information

#B30F0D (or 0xB30F0D) is unknown color: approx Free Speech Red. HEX triplet: B3, 0F and 0D. RGB value is (179,15,13). Sum of RGB (Red+Green+Blue) = 179+15+13=207 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.47% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30F0D is #4CF0F2. Grayscale: #3F3F3F. Windows color (decimal): -5042419 or 855987. OLE color: 855987.

HSL color Cylindrical-coordinate representation of color #B30F0D: hue angle of 0.72º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30F0D is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1791513-
CMYK00.920.930.30
HSL0.72º86.46%37.65%-
HSV(B)0.72º92.74%70.2%-
XYZ18.839.951.31-
YUV63.8199.33210.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 86.47%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=86.47%
G=7.25%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179151300.920.930.300.7286.4637.65
HexB3FD05C5D1E15626
Octal2631715013413536112646
Binary10110011111111010101110010111011111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b30f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b30f0d; }

 p { color: rgb(179,15,13); }

 H1.HeaderClassName
 {
   color: #b30f0d;
 }
 .AnyTagClassName
 {
   color: #b30f0d;
 }
</style>
background-color css

<style>
 a { background-color: #b30f0d; }

 a { background-color: rgb(179,15,13); }

 div.DivClassName
 {
   background-color: #b30f0d;
 }
 .BgClassName
 {
   background-color: #b30f0d;
 }
</style>
border-color css

<style>
 span { border-color: #b30f0d; }

 span { border-color: rgb(179,15,13); }

 td.TdClassName
 {
   border-color: #b30f0d;
 }
 .TagClassName
 {
   border-color: #b30f0d;
 }
</style>