Html Css Color HEX #B20E09 Free Speech Red

📋 copy color: '#B20E09'

red 178 ◦ green 14 ◦ blue 9

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

Shades of Free Speech Red #B20E09

Tints of Free Speech Red #B20E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.97%

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 88.56%
G = 6.97%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B20E09 (or 0xB20E09) is known color: Free Speech Red. HEX triplet: B2, 0E and 09. RGB value is (178,14,9). Sum of RGB (Red+Green+Blue) = 178+14+9=201 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.56% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20E09 is #4DF1F6. Grayscale: #3E3E3E. Windows color (decimal): -5108215 or 593586. OLE color: 593586.

HSL color Cylindrical-coordinate representation of color #B20E09: hue angle of 1.78º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20E09 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 14 9 -
CMYK 0 0.92 0.95 0.30
HSL 1.78º 0.9% 0.37% -
HSV(B) 1.78º 0.95% 0.7% -
XYZ 18.57 9.8 1.17 -
YUV 62.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 178 14 9 0 0.92 0.95 0.30 1.78 0.9 0.37
Hex B2 E 9 0 5C 5F 1E 2 5A 25
Octal 262 16 11 0 134 137 36 2 132 45
Binary 10110010 1110 1001 0 1011100 1011111 11110 10 1011010 100101

Color Harmonies of #B20E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E09

Black with #B20E09

Text Example


Text Example

White with #B20E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E09; }

 p { color: rgb(178,14,9); }

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

background-color css

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

 a { background-color: rgb(178,14,9); }

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

border-color css

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

 span { border-color: rgb(178,14,9); }

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