Html Css Color HEX #B32815 Fire Brick

📋 copy color: '#B32815'

red 179 ◦ green 40 ◦ blue 21

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

Shades of Fire Brick #B32815

Tints of Fire Brick #B32815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 74.58%
G = 16.67%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32815 (or 0xB32815) is known color: Fire Brick. HEX triplet: B3, 28 and 15. RGB value is (179,40,21). Sum of RGB (Red+Green+Blue) = 179+40+21=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B32815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32815 is #4CD7EA. Grayscale: #4F4F4F. Windows color (decimal): -5036011 or 1386675. OLE color: 1386675.

HSL color Cylindrical-coordinate representation of color #B32815: hue angle of 7.22º degrees, saturation: 0.79, 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 #B32815 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 40 21 -
CMYK 0 0.78 0.88 0.30
HSL 7.22º 0.79% 0.39% -
HSV(B) 7.22º 0.88% 0.7% -
XYZ 19.48 11.16 1.84 -
YUV 79.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 179 40 21 0 0.78 0.88 0.30 7.22 0.79 0.39
Hex B3 28 15 0 4E 58 1E 7 4F 27
Octal 263 50 25 0 116 130 36 7 117 47
Binary 10110011 101000 10101 0 1001110 1011000 11110 111 1001111 100111

Color Harmonies of #B32815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32815

Black with #B32815

Text Example


Text Example

White with #B32815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32815; }

 p { color: rgb(179,40,21); }

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

background-color css

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

 a { background-color: rgb(179,40,21); }

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

border-color css

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

 span { border-color: rgb(179,40,21); }

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