Html Css Color HEX #B0120D Fire Brick

📋 copy color: '#B0120D'

red 176 ◦ green 18 ◦ blue 13

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

Shades of Fire Brick #B0120D

Tints of Fire Brick #B0120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 85.02%
G = 8.7%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0120D (or 0xB0120D) is known color: Fire Brick. HEX triplet: B0, 12 and 0D. RGB value is (176,18,13). Sum of RGB (Red+Green+Blue) = 176+18+13=207 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.02% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 176 - color contains mainly: red. Hex color #B0120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0120D is #4FEDF2. Grayscale: #404040. Windows color (decimal): -5238259 or 856752. OLE color: 856752.

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

Color convert

RGB 176 18 13 -
CMYK 0 0.90 0.93 0.31
HSL 1.84º 0.86% 0.37% -
HSV(B) 1.84º 0.93% 0.69% -
XYZ 18.19 9.69 1.29 -
YUV 64.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 176 18 13 0 0.90 0.93 0.31 1.84 0.86 0.37
Hex B0 12 D 0 5A 5D 1F 2 56 25
Octal 260 22 15 0 132 135 37 2 126 45
Binary 10110000 10010 1101 0 1011010 1011101 11111 10 1010110 100101

Color Harmonies of #B0120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0120D

Black with #B0120D

Text Example


Text Example

White with #B0120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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