Html Css Color HEX #B01E17 Fire Brick

📋 copy color: '#B01E17'

red 176 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #B01E17

Tints of Fire Brick #B01E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.1%

 BLUE value IS 23 (9.38% from 255) = 10.04%

R = 76.86%
G = 13.1%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B01E17 (or 0xB01E17) is known color: Fire Brick. HEX triplet: B0, 1E and 17. RGB value is (176,30,23). Sum of RGB (Red+Green+Blue) = 176+30+23=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01E17 is #4FE1E8. Grayscale: #494949. Windows color (decimal): -5235177 or 1515184. OLE color: 1515184.

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

Color convert

RGB 176 30 23 -
CMYK 0 0.83 0.87 0.31
HSL 2.75º 0.77% 0.39% -
HSV(B) 2.75º 0.87% 0.69% -
XYZ 18.52 10.22 1.81 -
YUV 72.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 176 30 23 0 0.83 0.87 0.31 2.75 0.77 0.39
Hex B0 1E 17 0 53 57 1F 3 4D 27
Octal 260 36 27 0 123 127 37 3 115 47
Binary 10110000 11110 10111 0 1010011 1010111 11111 11 1001101 100111

Color Harmonies of #B01E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E17

Black with #B01E17

Text Example


Text Example

White with #B01E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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