Html Css Color HEX #B02E17 Fire Brick

📋 copy color: '#B02E17'

red 176 ◦ green 46 ◦ blue 23

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

Shades of Fire Brick #B02E17

Tints of Fire Brick #B02E17

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.78%

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

R = 71.84%
G = 18.78%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B02E17 (or 0xB02E17) is known color: Fire Brick. HEX triplet: B0, 2E and 17. RGB value is (176,46,23). Sum of RGB (Red+Green+Blue) = 176+46+23=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02E17 is #4FD1E8. Grayscale: #525252. Windows color (decimal): -5231081 or 1519280. OLE color: 1519280.

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

Color convert

RGB 176 46 23 -
CMYK 0 0.74 0.87 0.31
HSL 9.02º 0.77% 0.39% -
HSV(B) 9.02º 0.87% 0.69% -
XYZ 19.04 11.25 1.98 -
YUV 82.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 176 46 23 0 0.74 0.87 0.31 9.02 0.77 0.39
Hex B0 2E 17 0 4A 57 1F 9 4D 27
Octal 260 56 27 0 112 127 37 11 115 47
Binary 10110000 101110 10111 0 1001010 1010111 11111 1001 1001101 100111

Color Harmonies of #B02E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E17

Black with #B02E17

Text Example


Text Example

White with #B02E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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