Html Css Color HEX #B32412 Fire Brick

📋 copy color: '#B32412'

red 179 ◦ green 36 ◦ blue 18

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

Shades of Fire Brick #B32412

Tints of Fire Brick #B32412

RGB

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

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

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

R = 76.82%
G = 15.45%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B32412 (or 0xB32412) is known color: Fire Brick. HEX triplet: B3, 24 and 12. RGB value is (179,36,18). Sum of RGB (Red+Green+Blue) = 179+36+18=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B32412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32412 is #4CDBED. Grayscale: #4C4C4C. Windows color (decimal): -5037038 or 1189043. OLE color: 1189043.

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

Color convert

RGB 179 36 18 -
CMYK 0 0.80 0.90 0.30
HSL 6.71º 0.82% 0.39% -
HSV(B) 6.71º 0.9% 0.7% -
XYZ 19.33 10.89 1.66 -
YUV 76.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 179 36 18 0 0.80 0.90 0.30 6.71 0.82 0.39
Hex B3 24 12 0 50 5A 1E 7 52 27
Octal 263 44 22 0 120 132 36 7 122 47
Binary 10110011 100100 10010 0 1010000 1011010 11110 111 1010010 100111

Color Harmonies of #B32412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32412

Black with #B32412

Text Example


Text Example

White with #B32412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32412; }

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

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

background-color css

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

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

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

border-color css

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

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

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