Html Css Color HEX #B02117 Fire Brick

📋 copy color: '#B02117'

red 176 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #B02117

Tints of Fire Brick #B02117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 75.86%
G = 14.22%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B02117 (or 0xB02117) is known color: Fire Brick. HEX triplet: B0, 21 and 17. RGB value is (176,33,23). Sum of RGB (Red+Green+Blue) = 176+33+23=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B02117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02117 is #4FDEE8. Grayscale: #4A4A4A. Windows color (decimal): -5234409 or 1515952. OLE color: 1515952.

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

Color convert

RGB 176 33 23 -
CMYK 0 0.81 0.87 0.31
HSL 3.92º 0.77% 0.39% -
HSV(B) 3.92º 0.87% 0.69% -
XYZ 18.6 10.38 1.83 -
YUV 74.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 176 33 23 0 0.81 0.87 0.31 3.92 0.77 0.39
Hex B0 21 17 0 51 57 1F 4 4D 27
Octal 260 41 27 0 121 127 37 4 115 47
Binary 10110000 100001 10111 0 1010001 1010111 11111 100 1001101 100111

Color Harmonies of #B02117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02117

Black with #B02117

Text Example


Text Example

White with #B02117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02117; }

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

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

background-color css

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

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

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

border-color css

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

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

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