Html Css Color HEX #B02517 Fire Brick

📋 copy color: '#B02517'

red 176 ◦ green 37 ◦ blue 23

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

Shades of Fire Brick #B02517

Tints of Fire Brick #B02517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 74.58%
G = 15.68%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B02517 (or 0xB02517) is known color: Fire Brick. HEX triplet: B0, 25 and 17. RGB value is (176,37,23). Sum of RGB (Red+Green+Blue) = 176+37+23=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B02517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02517 is #4FDAE8. Grayscale: #4D4D4D. Windows color (decimal): -5233385 or 1516976. OLE color: 1516976.

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

Color convert

RGB 176 37 23 -
CMYK 0 0.79 0.87 0.31
HSL 5.49º 0.77% 0.39% -
HSV(B) 5.49º 0.87% 0.69% -
XYZ 18.72 10.62 1.87 -
YUV 76.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 176 37 23 0 0.79 0.87 0.31 5.49 0.77 0.39
Hex B0 25 17 0 4F 57 1F 5 4D 27
Octal 260 45 27 0 117 127 37 5 115 47
Binary 10110000 100101 10111 0 1001111 1010111 11111 101 1001101 100111

Color Harmonies of #B02517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02517

Black with #B02517

Text Example


Text Example

White with #B02517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02517; }

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

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

background-color css

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

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

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

border-color css

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

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

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