Html Css Color HEX #A2240C Fire Brick

📋 copy color: '#A2240C'

red 162 ◦ green 36 ◦ blue 12

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

Shades of Fire Brick #A2240C

Tints of Fire Brick #A2240C

RGB

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

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

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

R = 77.14%
G = 17.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2240C (or 0xA2240C) is known color: Fire Brick. HEX triplet: A2, 24 and 0C. RGB value is (162,36,12). Sum of RGB (Red+Green+Blue) = 162+36+12=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A2240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2240C is #5DDBF3. Grayscale: #474747. Windows color (decimal): -6151156 or 795810. OLE color: 795810.

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

Color convert

RGB 162 36 12 -
CMYK 0 0.78 0.93 0.36
HSL 9.6º 0.86% 0.34% -
HSV(B) 9.6º 0.93% 0.64% -
XYZ 15.6 8.97 1.26 -
YUV 70.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 162 36 12 0 0.78 0.93 0.36 9.6 0.86 0.34
Hex A2 24 C 0 4E 5D 24 A 56 22
Octal 242 44 14 0 116 135 44 12 126 42
Binary 10100010 100100 1100 0 1001110 1011101 100100 1010 1010110 100010

Color Harmonies of #A2240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2240C

Black with #A2240C

Text Example


Text Example

White with #A2240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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