Html Css Color HEX #B02417 Fire Brick

📋 copy color: '#B02417'

red 176 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #B02417

Tints of Fire Brick #B02417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

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

R = 74.89%
G = 15.32%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B02417 (or 0xB02417) is known color: Fire Brick. HEX triplet: B0, 24 and 17. RGB value is (176,36,23). Sum of RGB (Red+Green+Blue) = 176+36+23=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B02417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02417 is #4FDBE8. Grayscale: #4C4C4C. Windows color (decimal): -5233641 or 1516720. OLE color: 1516720.

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

Color convert

RGB 176 36 23 -
CMYK 0 0.80 0.87 0.31
HSL 5.1º 0.77% 0.39% -
HSV(B) 5.1º 0.87% 0.69% -
XYZ 18.69 10.55 1.86 -
YUV 76.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 176 36 23 0 0.80 0.87 0.31 5.1 0.77 0.39
Hex B0 24 17 0 50 57 1F 5 4D 27
Octal 260 44 27 0 120 127 37 5 115 47
Binary 10110000 100100 10111 0 1010000 1010111 11111 101 1001101 100111

Color Harmonies of #B02417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02417

Black with #B02417

Text Example


Text Example

White with #B02417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02417; }

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

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

background-color css

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

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

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

border-color css

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

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

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