Html Css Color HEX #B32A12 Fire Brick

📋 copy color: '#B32A12'

red 179 ◦ green 42 ◦ blue 18

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

Shades of Fire Brick #B32A12

Tints of Fire Brick #B32A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.57%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 74.9%
G = 17.57%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B32A12 (or 0xB32A12) is known color: Fire Brick. HEX triplet: B3, 2A and 12. RGB value is (179,42,18). Sum of RGB (Red+Green+Blue) = 179+42+18=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32A12 is #4CD5ED. Grayscale: #505050. Windows color (decimal): -5035502 or 1190579. OLE color: 1190579.

HSL color Cylindrical-coordinate representation of color #B32A12: hue angle of 8.94º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B32A12 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 42 18 -
CMYK 0 0.77 0.90 0.30
HSL 8.94º 0.82% 0.39% -
HSV(B) 8.94º 0.9% 0.7% -
XYZ 19.53 11.28 1.72 -
YUV 80.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 179 42 18 0 0.77 0.90 0.30 8.94 0.82 0.39
Hex B3 2A 12 0 4D 5A 1E 9 52 27
Octal 263 52 22 0 115 132 36 11 122 47
Binary 10110011 101010 10010 0 1001101 1011010 11110 1001 1010010 100111

Color Harmonies of #B32A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A12

Black with #B32A12

Text Example


Text Example

White with #B32A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A12; }

 p { color: rgb(179,42,18); }

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

background-color css

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

 a { background-color: rgb(179,42,18); }

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

border-color css

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

 span { border-color: rgb(179,42,18); }

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