#B51204

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

Shades of Free Speech Red #B51204

Tints of Free Speech Red #B51204

Color information

#B51204 (or 0xB51204) is unknown color: approx Free Speech Red. HEX triplet: B5, 12 and 04. RGB value is (181,18,4). Sum of RGB (Red+Green+Blue) = 181+18+4=203 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.16% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 181 - color contains mainly: red. Hex color #B51204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51204 is #4AEDFB. Grayscale: #414141. Windows color (decimal): -4910588 or 266933. OLE color: 266933.

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

Color convert

RGB181184-
CMYK00.900.980.29
HSL4.75º95.68%36.27%-
HSV(B)4.75º97.79%70.98%-
XYZ19.2910.271.08-
YUV65.1493.5210.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 89.16%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 4 (1.95% from 255) = 1.97%
R=89.16%
G=8.87%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118400.900.980.294.7595.6836.27
HexB512405A621D56024
Octal265224013214235514044
Binary1011010110010100010110101100010111011011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51204; }

 p { color: rgb(181,18,4); }

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

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

 a { background-color: rgb(181,18,4); }

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

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

 span { border-color: rgb(181,18,4); }

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