Html Css Color HEX #A32412 Fire Brick

📋 copy color: '#A32412'

red 163 ◦ green 36 ◦ blue 18

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

Shades of Fire Brick #A32412

Tints of Fire Brick #A32412

RGB

 RED value IS 163 (64.06% from 255) = 75.12%

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

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

R = 75.12%
G = 16.59%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A32412 (or 0xA32412) is known color: Fire Brick. HEX triplet: A3, 24 and 12. RGB value is (163,36,18). Sum of RGB (Red+Green+Blue) = 163+36+18=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A32412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32412 is #5CDBED. Grayscale: #484848. Windows color (decimal): -6085614 or 1189027. OLE color: 1189027.

HSL color Cylindrical-coordinate representation of color #A32412: hue angle of 7.45º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A32412 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 36 18 -
CMYK 0 0.78 0.89 0.36
HSL 7.45º 0.8% 0.35% -
HSV(B) 7.45º 0.89% 0.64% -
XYZ 15.84 9.09 1.49 -
YUV 71.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 163 36 18 0 0.78 0.89 0.36 7.45 0.8 0.35
Hex A3 24 12 0 4E 59 24 7 50 23
Octal 243 44 22 0 116 131 44 7 120 43
Binary 10100011 100100 10010 0 1001110 1011001 100100 111 1010000 100011

Color Harmonies of #A32412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32412

Black with #A32412

Text Example


Text Example

White with #A32412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32412; }

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

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

background-color css

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

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

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

border-color css

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

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

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