Html Css Color HEX #B00D0D Free Speech Red

📋 copy color: '#B00D0D'

red 176 ◦ green 13 ◦ blue 13

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

Shades of Free Speech Red #B00D0D

Tints of Free Speech Red #B00D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.44%

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

R = 87.13%
G = 6.44%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B00D0D (or 0xB00D0D) is known color: Free Speech Red. HEX triplet: B0, 0D and 0D. RGB value is (176,13,13). Sum of RGB (Red+Green+Blue) = 176+13+13=202 (26% of max value = 765). Red value is 176 (69.14% from 255 or 87.13% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00D0D is #4FF2F2. Grayscale: #3D3D3D. Windows color (decimal): -5239539 or 855472. OLE color: 855472.

HSL color Cylindrical-coordinate representation of color #B00D0D: hue angle of 0º 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 #B00D0D is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 13 13 -
CMYK 0 0.93 0.93 0.31
HSL 0.86% 0.37% -
HSV(B) 0.93% 0.69% -
XYZ 18.12 9.55 1.27 -
YUV 61.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 176 13 13 0 0.93 0.93 0.31 0 0.86 0.37
Hex B0 D D 0 5D 5D 1F 0 56 25
Octal 260 15 15 0 135 135 37 0 126 45
Binary 10110000 1101 1101 0 1011101 1011101 11111 0 1010110 100101

Color Harmonies of #B00D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00D0D

Black with #B00D0D

Text Example


Text Example

White with #B00D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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