Html Css Color HEX #B32215 Fire Brick

📋 copy color: '#B32215'

red 179 ◦ green 34 ◦ blue 21

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

Shades of Fire Brick #B32215

Tints of Fire Brick #B32215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

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

R = 76.5%
G = 14.53%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32215 (or 0xB32215) is known color: Fire Brick. HEX triplet: B3, 22 and 15. RGB value is (179,34,21). Sum of RGB (Red+Green+Blue) = 179+34+21=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B32215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32215 is #4CDDEA. Grayscale: #4C4C4C. Windows color (decimal): -5037547 or 1385139. OLE color: 1385139.

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

Color convert

RGB 179 34 21 -
CMYK 0 0.81 0.88 0.30
HSL 4.94º 0.79% 0.39% -
HSV(B) 4.94º 0.88% 0.7% -
XYZ 19.3 10.78 1.77 -
YUV 75.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 179 34 21 0 0.81 0.88 0.30 4.94 0.79 0.39
Hex B3 22 15 0 51 58 1E 5 4F 27
Octal 263 42 25 0 121 130 36 5 117 47
Binary 10110011 100010 10101 0 1010001 1011000 11110 101 1001111 100111

Color Harmonies of #B32215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32215

Black with #B32215

Text Example


Text Example

White with #B32215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32215; }

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

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

background-color css

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

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

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

border-color css

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

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

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