Html Css Color HEX #A32A12 Fire Brick

📋 copy color: '#A32A12'

red 163 ◦ green 42 ◦ blue 18

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

Shades of Fire Brick #A32A12

Tints of Fire Brick #A32A12

RGB

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

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

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

R = 73.09%
G = 18.83%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A32A12 (or 0xA32A12) is known color: Fire Brick. HEX triplet: A3, 2A and 12. RGB value is (163,42,18). Sum of RGB (Red+Green+Blue) = 163+42+18=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32A12 is #5CD5ED. Grayscale: #4B4B4B. Windows color (decimal): -6084078 or 1190563. OLE color: 1190563.

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

Color convert

RGB 163 42 18 -
CMYK 0 0.74 0.89 0.36
HSL 9.93º 0.8% 0.35% -
HSV(B) 9.93º 0.89% 0.64% -
XYZ 16.04 9.49 1.56 -
YUV 75.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 163 42 18 0 0.74 0.89 0.36 9.93 0.8 0.35
Hex A3 2A 12 0 4A 59 24 A 50 23
Octal 243 52 22 0 112 131 44 12 120 43
Binary 10100011 101010 10010 0 1001010 1011001 100100 1010 1010000 100011

Color Harmonies of #A32A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32A12

Black with #A32A12

Text Example


Text Example

White with #A32A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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