Html Css Color HEX #B01212 Fire Brick

📋 copy color: '#B01212'

red 176 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #B01212

Tints of Fire Brick #B01212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 83.02%
G = 8.49%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B01212 (or 0xB01212) is known color: Fire Brick. HEX triplet: B0, 12 and 12. RGB value is (176,18,18). Sum of RGB (Red+Green+Blue) = 176+18+18=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B01212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01212 is #4FEDED. Grayscale: #414141. Windows color (decimal): -5238254 or 1184432. OLE color: 1184432.

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

Color convert

RGB 176 18 18 -
CMYK 0 0.90 0.90 0.31
HSL 0.81% 0.38% -
HSV(B) 0.9% 0.69% -
XYZ 18.23 9.71 1.48 -
YUV 65.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 176 18 18 0 0.90 0.90 0.31 0 0.81 0.38
Hex B0 12 12 0 5A 5A 1F 0 51 26
Octal 260 22 22 0 132 132 37 0 121 46
Binary 10110000 10010 10010 0 1011010 1011010 11111 0 1010001 100110

Color Harmonies of #B01212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01212

Black with #B01212

Text Example


Text Example

White with #B01212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01212; }

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

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

background-color css

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

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

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

border-color css

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

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

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