Html Css Color HEX #B00C0B Free Speech Red

📋 copy color: '#B00C0B'

red 176 ◦ green 12 ◦ blue 11

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

Shades of Free Speech Red #B00C0B

Tints of Free Speech Red #B00C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.03%

 BLUE value IS 11 (4.69% from 255) = 5.53%

R = 88.44%
G = 6.03%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B00C0B (or 0xB00C0B) is known color: Free Speech Red. HEX triplet: B0, 0C and 0B. RGB value is (176,12,11). Sum of RGB (Red+Green+Blue) = 176+12+11=199 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88.44% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00C0B is #4FF3F4. Grayscale: #3D3D3D. Windows color (decimal): -5239797 or 724144. OLE color: 724144.

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

Color convert

RGB 176 12 11 -
CMYK 0 0.93 0.94 0.31
HSL 0.36º 0.88% 0.37% -
HSV(B) 0.36º 0.94% 0.69% -
XYZ 18.1 9.52 1.2 -
YUV 60.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 176 12 11 0 0.93 0.94 0.31 0.36 0.88 0.37
Hex B0 C B 0 5D 5E 1F 0 58 25
Octal 260 14 13 0 135 136 37 0 130 45
Binary 10110000 1100 1011 0 1011101 1011110 11111 0 1011000 100101

Color Harmonies of #B00C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C0B

Black with #B00C0B

Text Example


Text Example

White with #B00C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C0B; }

 p { color: rgb(176,12,11); }

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

background-color css

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

 a { background-color: rgb(176,12,11); }

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

border-color css

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

 span { border-color: rgb(176,12,11); }

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