Html Css Color HEX #B51A06 Free Speech Red

📋 copy color: '#B51A06'

red 181 ◦ green 26 ◦ blue 6

#B51A06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #B51A06

Tints of Free Speech Red #B51A06

RGB

 RED value IS 181 (71.09% from 255) = 84.98%

 GREEN value IS 26 (10.55% from 255) = 12.21%

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 84.98%
G = 12.21%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B51A06 (or 0xB51A06) is known color: Free Speech Red. HEX triplet: B5, 1A and 06. RGB value is (181,26,6). Sum of RGB (Red+Green+Blue) = 181+26+6=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51A06 is #4AE5F9. Grayscale: #464646. Windows color (decimal): -4908538 or 400053. OLE color: 400053.

HSL color Cylindrical-coordinate representation of color #B51A06: hue angle of 6.86º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B51A06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 26 6 -
CMYK 0 0.86 0.97 0.29
HSL 6.86º 0.94% 0.37% -
HSV(B) 6.86º 0.97% 0.71% -
XYZ 19.46 10.58 1.19 -
YUV 70.07 91.85 207.13 -
System Red Green Blue C M Y K H S L
Decimal 181 26 6 0 0.86 0.97 0.29 6.86 0.94 0.37
Hex B5 1A 6 0 56 61 1D 7 5E 25
Octal 265 32 6 0 126 141 35 7 136 45
Binary 10110101 11010 110 0 1010110 1100001 11101 111 1011110 100101

Color Harmonies of #B51A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51A06

Black with #B51A06

Text Example


Text Example

White with #B51A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51A06; }

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

 H1.HeaderClassName
 {
   color: #B51A06;
 }
 .AnyTagClassName
 {
   color: #B51A06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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