Html Css Color HEX #A2140C Fire Brick

📋 copy color: '#A2140C'

red 162 ◦ green 20 ◦ blue 12

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

Shades of Fire Brick #A2140C

Tints of Fire Brick #A2140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

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

R = 83.51%
G = 10.31%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2140C (or 0xA2140C) is known color: Fire Brick. HEX triplet: A2, 14 and 0C. RGB value is (162,20,12). Sum of RGB (Red+Green+Blue) = 162+20+12=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A2140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2140C is #5DEBF3. Grayscale: #3D3D3D. Windows color (decimal): -6155252 or 791714. OLE color: 791714.

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

Color convert

RGB 162 20 12 -
CMYK 0 0.88 0.93 0.36
HSL 3.2º 0.86% 0.34% -
HSV(B) 3.2º 0.93% 0.64% -
XYZ 15.22 8.21 1.13 -
YUV 61.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 162 20 12 0 0.88 0.93 0.36 3.2 0.86 0.34
Hex A2 14 C 0 58 5D 24 3 56 22
Octal 242 24 14 0 130 135 44 3 126 42
Binary 10100010 10100 1100 0 1011000 1011101 100100 11 1010110 100010

Color Harmonies of #A2140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2140C

Black with #A2140C

Text Example


Text Example

White with #A2140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2140C; }

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

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

background-color css

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

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

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

border-color css

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

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

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