Html Css Color HEX #B32416 Fire Brick

📋 copy color: '#B32416'

red 179 ◦ green 36 ◦ blue 22

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

Shades of Fire Brick #B32416

Tints of Fire Brick #B32416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 75.53%
G = 15.19%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32416 (or 0xB32416) is known color: Fire Brick. HEX triplet: B3, 24 and 16. RGB value is (179,36,22). Sum of RGB (Red+Green+Blue) = 179+36+22=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32416 is #4CDBE9. Grayscale: #4D4D4D. Windows color (decimal): -5037034 or 1451187. OLE color: 1451187.

HSL color Cylindrical-coordinate representation of color #B32416: hue angle of 5.35º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B32416 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 36 22 -
CMYK 0 0.80 0.88 0.30
HSL 5.35º 0.78% 0.39% -
HSV(B) 5.35º 0.88% 0.7% -
XYZ 19.37 10.9 1.84 -
YUV 77.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 179 36 22 0 0.80 0.88 0.30 5.35 0.78 0.39
Hex B3 24 16 0 50 58 1E 5 4E 27
Octal 263 44 26 0 120 130 36 5 116 47
Binary 10110011 100100 10110 0 1010000 1011000 11110 101 1001110 100111

Color Harmonies of #B32416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32416

Black with #B32416

Text Example


Text Example

White with #B32416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32416; }

 p { color: rgb(179,36,22); }

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

background-color css

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

 a { background-color: rgb(179,36,22); }

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

border-color css

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

 span { border-color: rgb(179,36,22); }

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