#B51A04

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

Shades of Free Speech Red #B51A04

Tints of Free Speech Red #B51A04

Color information

#B51A04 (or 0xB51A04) is unknown color: approx Free Speech Red. HEX triplet: B5, 1A and 04. RGB value is (181,26,4). Sum of RGB (Red+Green+Blue) = 181+26+4=211 (27% of max value = 765). Red value is 181 (71.09% from 255 or 85.78% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51A04 is #4AE5FB. Grayscale: #464646. Windows color (decimal): -4908540 or 268981. OLE color: 268981.

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

Color convert

RGB181264-
CMYK00.860.980.29
HSL7.46º95.68%36.27%-
HSV(B)7.46º97.79%70.98%-
XYZ19.4510.571.13-
YUV69.8490.85207.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 85.78%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 4 (1.95% from 255) = 1.90%
R=85.78%
G=12.32%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18126400.860.980.297.4695.6836.27
HexB51A4056621D76024
Octal265324012614235714044
Binary1011010111010100010101101100010111011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51A04; }

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

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

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

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

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

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

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

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