#B30E0C

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

Shades of Free Speech Red #B30E0C

Tints of Free Speech Red #B30E0C

Color information

#B30E0C (or 0xB30E0C) is unknown color: approx Free Speech Red. HEX triplet: B3, 0E and 0C. RGB value is (179,14,12). Sum of RGB (Red+Green+Blue) = 179+14+12=205 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.32% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30E0C is #4CF1F3. Grayscale: #3F3F3F. Windows color (decimal): -5042676 or 790195. OLE color: 790195.

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

Color convert

RGB1791412-
CMYK00.920.930.30
HSL0.72º87.43%37.45%-
HSV(B)0.72º93.3%70.2%-
XYZ18.819.921.27-
YUV63.1199.16210.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 87.32%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=87.32%
G=6.83%
B=5.85%

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
Decimal179141200.920.930.300.7287.4337.45
HexB3EC05C5D1E15725
Octal2631614013413536112745
Binary10110011111011000101110010111011111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30E0C; }

 p { color: rgb(179,14,12); }

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

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

 a { background-color: rgb(179,14,12); }

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

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

 span { border-color: rgb(179,14,12); }

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