Html Css Color HEX #B01714 Fire Brick

📋 copy color: '#B01714'

red 176 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #B01714

Tints of Fire Brick #B01714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 80.37%
G = 10.5%
B = 9.13%

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

#B01714 (or 0xB01714) is known color: Fire Brick. HEX triplet: B0, 17 and 14. RGB value is (176,23,20). Sum of RGB (Red+Green+Blue) = 176+23+20=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B01714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01714 is #4FE8EB. Grayscale: #444444. Windows color (decimal): -5236972 or 1316784. OLE color: 1316784.

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

Color convert

RGB 176 23 20 -
CMYK 0 0.87 0.89 0.31
HSL 1.15º 0.8% 0.38% -
HSV(B) 1.15º 0.89% 0.69% -
XYZ 18.34 9.89 1.6 -
YUV 68.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 176 23 20 0 0.87 0.89 0.31 1.15 0.8 0.38
Hex B0 17 14 0 57 59 1F 1 50 26
Octal 260 27 24 0 127 131 37 1 120 46
Binary 10110000 10111 10100 0 1010111 1011001 11111 1 1010000 100110

Color Harmonies of #B01714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01714

Black with #B01714

Text Example


Text Example

White with #B01714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01714; }

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

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

background-color css

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

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

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

border-color css

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

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

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