Html Css Color HEX #B01712 Fire Brick

📋 copy color: '#B01712'

red 176 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #B01712

Tints of Fire Brick #B01712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

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

R = 81.11%
G = 10.6%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B01712 (or 0xB01712) is known color: Fire Brick. HEX triplet: B0, 17 and 12. RGB value is (176,23,18). Sum of RGB (Red+Green+Blue) = 176+23+18=217 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.11% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 176 - color contains mainly: red. Hex color #B01712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01712 is #4FE8ED. Grayscale: #444444. Windows color (decimal): -5236974 or 1185712. OLE color: 1185712.

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

Color convert

RGB 176 23 18 -
CMYK 0 0.87 0.90 0.31
HSL 1.9º 0.81% 0.38% -
HSV(B) 1.9º 0.9% 0.69% -
XYZ 18.32 9.89 1.51 -
YUV 68.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 176 23 18 0 0.87 0.90 0.31 1.9 0.81 0.38
Hex B0 17 12 0 57 5A 1F 2 51 26
Octal 260 27 22 0 127 132 37 2 121 46
Binary 10110000 10111 10010 0 1010111 1011010 11111 10 1010001 100110

Color Harmonies of #B01712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01712

Black with #B01712

Text Example


Text Example

White with #B01712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01712; }

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

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

background-color css

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

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

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

border-color css

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

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

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