Html Css Color HEX #B32517 Fire Brick

📋 copy color: '#B32517'

red 179 ◦ green 37 ◦ blue 23

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

Shades of Fire Brick #B32517

Tints of Fire Brick #B32517

RGB

 RED value IS 179 (70.31% from 255) = 74.9%

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

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

R = 74.9%
G = 15.48%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B32517 (or 0xB32517) is known color: Fire Brick. HEX triplet: B3, 25 and 17. RGB value is (179,37,23). Sum of RGB (Red+Green+Blue) = 179+37+23=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B32517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32517 is #4CDAE8. Grayscale: #4E4E4E. Windows color (decimal): -5036777 or 1516979. OLE color: 1516979.

HSL color Cylindrical-coordinate representation of color #B32517: hue angle of 5.38º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B32517 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 37 23 -
CMYK 0 0.79 0.87 0.30
HSL 5.38º 0.77% 0.4% -
HSV(B) 5.38º 0.87% 0.7% -
XYZ 19.41 10.97 1.9 -
YUV 77.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 179 37 23 0 0.79 0.87 0.30 5.38 0.77 0.4
Hex B3 25 17 0 4F 57 1E 5 4D 28
Octal 263 45 27 0 117 127 36 5 115 50
Binary 10110011 100101 10111 0 1001111 1010111 11110 101 1001101 101000

Color Harmonies of #B32517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32517

Black with #B32517

Text Example


Text Example

White with #B32517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32517; }

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

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

background-color css

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

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

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

border-color css

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

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

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