Html Css Color HEX #B00900 Free Speech Red

📋 copy color: '#B00900'

red 176 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #B00900

Tints of Free Speech Red #B00900

RGB

 RED value IS 176 (69.14% from 255) = 95.14%

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.14%
G = 4.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B00900 (or 0xB00900) is known color: Free Speech Red. HEX triplet: B0, 09 and 00. RGB value is (176,9,0). Sum of RGB (Red+Green+Blue) = 176+9+0=185 (24% of max value = 765). Red value is 176 (69.14% from 255 or 95.14% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 176 - color contains mainly: red. Hex color #B00900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00900 is #4FF6FF. Grayscale: #3A3A3A. Windows color (decimal): -5240576 or 2480. OLE color: 2480.

HSL color Cylindrical-coordinate representation of color #B00900: hue angle of 3.07º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 9 0 -
CMYK 0 0.95 1 0.31
HSL 3.07º 1% 0.35% -
HSV(B) 3.07º 1% 0.69% -
XYZ 18 9.43 0.87 -
YUV 57.91 95.33 212.23 -
System Red Green Blue C M Y K H S L
Decimal 176 9 0 0 0.95 1 0.31 3.07 1 0.35
Hex B0 9 0 0 5F 64 1F 3 64 23
Octal 260 11 0 0 137 144 37 3 144 43
Binary 10110000 1001 0 0 1011111 1100100 11111 11 1100100 100011

Color Harmonies of #B00900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00900

Black with #B00900

Text Example


Text Example

White with #B00900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00900; }

 p { color: rgb(176,9,0); }

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

background-color css

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

 a { background-color: rgb(176,9,0); }

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

border-color css

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

 span { border-color: rgb(176,9,0); }

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