Html Css Color HEX #B00E0D Free Speech Red

📋 copy color: '#B00E0D'

red 176 ◦ green 14 ◦ blue 13

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

Shades of Free Speech Red #B00E0D

Tints of Free Speech Red #B00E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 86.7%
G = 6.9%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B00E0D (or 0xB00E0D) is known color: Free Speech Red. HEX triplet: B0, 0E and 0D. RGB value is (176,14,13). Sum of RGB (Red+Green+Blue) = 176+14+13=203 (26% of max value = 765). Red value is 176 (69.14% from 255 or 86.70% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00E0D is #4FF1F2. Grayscale: #3E3E3E. Windows color (decimal): -5239283 or 855728. OLE color: 855728.

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

Color convert

RGB 176 14 13 -
CMYK 0 0.92 0.93 0.31
HSL 0.37º 0.86% 0.37% -
HSV(B) 0.37º 0.93% 0.69% -
XYZ 18.13 9.57 1.27 -
YUV 62.32 100.17 209.08 -
System Red Green Blue C M Y K H S L
Decimal 176 14 13 0 0.92 0.93 0.31 0.37 0.86 0.37
Hex B0 E D 0 5C 5D 1F 0 56 25
Octal 260 16 15 0 134 135 37 0 126 45
Binary 10110000 1110 1101 0 1011100 1011101 11111 0 1010110 100101

Color Harmonies of #B00E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E0D

Black with #B00E0D

Text Example


Text Example

White with #B00E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E0D; }

 p { color: rgb(176,14,13); }

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

background-color css

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

 a { background-color: rgb(176,14,13); }

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

border-color css

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

 span { border-color: rgb(176,14,13); }

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