Html Css Color HEX #A2140A Fire Brick

📋 copy color: '#A2140A'

red 162 ◦ green 20 ◦ blue 10

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

Shades of Fire Brick #A2140A

Tints of Fire Brick #A2140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.21%

R = 84.38%
G = 10.42%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A2140A (or 0xA2140A) is known color: Fire Brick. HEX triplet: A2, 14 and 0A. RGB value is (162,20,10). Sum of RGB (Red+Green+Blue) = 162+20+10=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A2140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2140A is #5DEBF5. Grayscale: #3D3D3D. Windows color (decimal): -6155254 or 660642. OLE color: 660642.

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

Color convert

RGB 162 20 10 -
CMYK 0 0.88 0.94 0.36
HSL 3.95º 0.88% 0.34% -
HSV(B) 3.95º 0.94% 0.64% -
XYZ 15.21 8.2 1.07 -
YUV 61.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 162 20 10 0 0.88 0.94 0.36 3.95 0.88 0.34
Hex A2 14 A 0 58 5E 24 4 58 22
Octal 242 24 12 0 130 136 44 4 130 42
Binary 10100010 10100 1010 0 1011000 1011110 100100 100 1011000 100010

Color Harmonies of #A2140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2140A

Black with #A2140A

Text Example


Text Example

White with #A2140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2140A; }

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

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

background-color css

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

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

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

border-color css

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

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

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