Html Css Color HEX #B21506 Free Speech Red

📋 copy color: '#B21506'

red 178 ◦ green 21 ◦ blue 6

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

Shades of Free Speech Red #B21506

Tints of Free Speech Red #B21506

RGB

 RED value IS 178 (69.92% from 255) = 86.83%

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 86.83%
G = 10.24%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B21506 (or 0xB21506) is known color: Free Speech Red. HEX triplet: B2, 15 and 06. RGB value is (178,21,6). Sum of RGB (Red+Green+Blue) = 178+21+6=205 (27% of max value = 765). Red value is 178 (69.92% from 255 or 86.83% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 178 - color contains mainly: red. Hex color #B21506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21506 is #4DEAF9. Grayscale: #424242. Windows color (decimal): -5106426 or 398770. OLE color: 398770.

HSL color Cylindrical-coordinate representation of color #B21506: hue angle of 5.23º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B21506 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 21 6 -
CMYK 0 0.88 0.97 0.30
HSL 5.23º 0.93% 0.36% -
HSV(B) 5.23º 0.97% 0.7% -
XYZ 18.66 10.01 1.12 -
YUV 66.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 178 21 6 0 0.88 0.97 0.30 5.23 0.93 0.36
Hex B2 15 6 0 58 61 1E 5 5D 24
Octal 262 25 6 0 130 141 36 5 135 44
Binary 10110010 10101 110 0 1011000 1100001 11110 101 1011101 100100

Color Harmonies of #B21506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21506

Black with #B21506

Text Example


Text Example

White with #B21506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21506; }

 p { color: rgb(178,21,6); }

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

background-color css

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

 a { background-color: rgb(178,21,6); }

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

border-color css

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

 span { border-color: rgb(178,21,6); }

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