Html Css Color HEX #A2200C Fire Brick

📋 copy color: '#A2200C'

red 162 ◦ green 32 ◦ blue 12

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

Shades of Fire Brick #A2200C

Tints of Fire Brick #A2200C

RGB

 RED value IS 162 (63.67% from 255) = 78.64%

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

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 78.64%
G = 15.53%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2200C (or 0xA2200C) is known color: Fire Brick. HEX triplet: A2, 20 and 0C. RGB value is (162,32,12). Sum of RGB (Red+Green+Blue) = 162+32+12=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2200C is #5DDFF3. Grayscale: #444444. Windows color (decimal): -6152180 or 794786. OLE color: 794786.

HSL color Cylindrical-coordinate representation of color #A2200C: hue angle of 8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2200C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 32 12 -
CMYK 0 0.80 0.93 0.36
HSL 0.86% 0.34% -
HSV(B) 0.93% 0.64% -
XYZ 15.48 8.74 1.22 -
YUV 68.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 162 32 12 0 0.80 0.93 0.36 8 0.86 0.34
Hex A2 20 C 0 50 5D 24 8 56 22
Octal 242 40 14 0 120 135 44 10 126 42
Binary 10100010 100000 1100 0 1010000 1011101 100100 1000 1010110 100010

Color Harmonies of #A2200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2200C

Black with #A2200C

Text Example


Text Example

White with #A2200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2200C; }

 p { color: rgb(162,32,12); }

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

background-color css

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

 a { background-color: rgb(162,32,12); }

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

border-color css

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

 span { border-color: rgb(162,32,12); }

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