#B51304

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

Shades of Free Speech Red #B51304

Tints of Free Speech Red #B51304

Color information

#B51304 (or 0xB51304) is unknown color: approx Free Speech Red. HEX triplet: B5, 13 and 04. RGB value is (181,19,4). Sum of RGB (Red+Green+Blue) = 181+19+4=204 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.73% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 181 - color contains mainly: red. Hex color #B51304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51304 is #4AECFB. Grayscale: #414141. Windows color (decimal): -4910332 or 267189. OLE color: 267189.

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

Color convert

RGB181194-
CMYK00.900.980.29
HSL5.08º95.68%36.27%-
HSV(B)5.08º97.79%70.98%-
XYZ19.3110.31.08-
YUV65.7393.17210.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 88.73%
GREEN value IS 19 (7.81% from 255) = 9.31%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=88.73%
G=9.31%
B=1.96%

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
Decimal18119400.900.980.295.0895.6836.27
HexB513405A621D56024
Octal265234013214235514044
Binary1011010110011100010110101100010111011011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51304; }

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

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

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

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

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

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

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

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