Html Css Color HEX #B32915 Fire Brick

📋 copy color: '#B32915'

red 179 ◦ green 41 ◦ blue 21

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

Shades of Fire Brick #B32915

Tints of Fire Brick #B32915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 74.27%
G = 17.01%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32915 (or 0xB32915) is known color: Fire Brick. HEX triplet: B3, 29 and 15. RGB value is (179,41,21). Sum of RGB (Red+Green+Blue) = 179+41+21=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B32915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32915 is #4CD6EA. Grayscale: #505050. Windows color (decimal): -5035755 or 1386931. OLE color: 1386931.

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

Color convert

RGB 179 41 21 -
CMYK 0 0.77 0.88 0.30
HSL 7.59º 0.79% 0.39% -
HSV(B) 7.59º 0.88% 0.7% -
XYZ 19.52 11.22 1.85 -
YUV 79.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 179 41 21 0 0.77 0.88 0.30 7.59 0.79 0.39
Hex B3 29 15 0 4D 58 1E 8 4F 27
Octal 263 51 25 0 115 130 36 10 117 47
Binary 10110011 101001 10101 0 1001101 1011000 11110 1000 1001111 100111

Color Harmonies of #B32915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32915

Black with #B32915

Text Example


Text Example

White with #B32915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32915; }

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

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

background-color css

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

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

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

border-color css

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

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

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