#B31004

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

Shades of Free Speech Red #B31004

Tints of Free Speech Red #B31004

Color information

#B31004 (or 0xB31004) is unknown color: approx Free Speech Red. HEX triplet: B3, 10 and 04. RGB value is (179,16,4). Sum of RGB (Red+Green+Blue) = 179+16+4=199 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.95% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 179 - color contains mainly: red. Hex color #B31004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31004 is #4CEFFB. Grayscale: #3F3F3F. Windows color (decimal): -5042172 or 266419. OLE color: 266419.

HSL color Cylindrical-coordinate representation of color #B31004: hue angle of 4.11º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B31004 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB179164-
CMYK00.910.980.30
HSL4.11º95.63%35.88%-
HSV(B)4.11º97.77%70.2%-
XYZ18.89.961.05-
YUV63.3794.5210.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 89.95%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=89.95%
G=8.04%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916400.910.980.304.1195.6335.88
HexB310405B621E46024
Octal263204013314236414044
Binary1011001110000100010110111100010111101001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31004; }

 p { color: rgb(179,16,4); }

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

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

 a { background-color: rgb(179,16,4); }

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

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

 span { border-color: rgb(179,16,4); }

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