Html Css Color HEX #A32012 Fire Brick

📋 copy color: '#A32012'

red 163 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #A32012

Tints of Fire Brick #A32012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 76.53%
G = 15.02%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A32012 (or 0xA32012) is known color: Fire Brick. HEX triplet: A3, 20 and 12. RGB value is (163,32,18). Sum of RGB (Red+Green+Blue) = 163+32+18=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A32012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32012 is #5CDFED. Grayscale: #454545. Windows color (decimal): -6086638 or 1188003. OLE color: 1188003.

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

Color convert

RGB 163 32 18 -
CMYK 0 0.80 0.89 0.36
HSL 5.79º 0.8% 0.35% -
HSV(B) 5.79º 0.89% 0.64% -
XYZ 15.73 8.86 1.45 -
YUV 69.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 163 32 18 0 0.80 0.89 0.36 5.79 0.8 0.35
Hex A3 20 12 0 50 59 24 6 50 23
Octal 243 40 22 0 120 131 44 6 120 43
Binary 10100011 100000 10010 0 1010000 1011001 100100 110 1010000 100011

Color Harmonies of #A32012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32012

Black with #A32012

Text Example


Text Example

White with #A32012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32012; }

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

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

background-color css

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

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

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

border-color css

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

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

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