Html Css Color HEX #B01713 Fire Brick

📋 copy color: '#B01713'

red 176 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #B01713

Tints of Fire Brick #B01713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 80.73%
G = 10.55%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B01713 (or 0xB01713) is known color: Fire Brick. HEX triplet: B0, 17 and 13. RGB value is (176,23,19). Sum of RGB (Red+Green+Blue) = 176+23+19=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B01713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01713 is #4FE8EC. Grayscale: #444444. Windows color (decimal): -5236973 or 1251248. OLE color: 1251248.

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

Color convert

RGB 176 23 19 -
CMYK 0 0.87 0.89 0.31
HSL 1.53º 0.81% 0.38% -
HSV(B) 1.53º 0.89% 0.69% -
XYZ 18.33 9.89 1.56 -
YUV 68.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 176 23 19 0 0.87 0.89 0.31 1.53 0.81 0.38
Hex B0 17 13 0 57 59 1F 2 51 26
Octal 260 27 23 0 127 131 37 2 121 46
Binary 10110000 10111 10011 0 1010111 1011001 11111 10 1010001 100110

Color Harmonies of #B01713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01713

Black with #B01713

Text Example


Text Example

White with #B01713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01713; }

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

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

background-color css

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

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

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

border-color css

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

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

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