#B51404

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

Shades of Free Speech Red #B51404

Tints of Free Speech Red #B51404

Color information

#B51404 (or 0xB51404) is unknown color: approx Free Speech Red. HEX triplet: B5, 14 and 04. RGB value is (181,20,4). Sum of RGB (Red+Green+Blue) = 181+20+4=205 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.29% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 181 - color contains mainly: red. Hex color #B51404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51404 is #4AEBFB. Grayscale: #424242. Windows color (decimal): -4910076 or 267445. OLE color: 267445.

HSL color Cylindrical-coordinate representation of color #B51404: hue angle of 5.42º 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 #B51404 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB181204-
CMYK00.890.980.29
HSL5.42º95.68%36.27%-
HSV(B)5.42º97.79%70.98%-
XYZ19.3310.331.09-
YUV66.3292.84209.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 88.29%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=88.29%
G=9.76%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18120400.890.980.295.4295.6836.27
HexB5144059621D56024
Octal265244013114235514044
Binary1011010110100100010110011100010111011011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51404; }

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

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

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

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

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

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

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

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