Html Css Color HEX #A2140E Fire Brick

📋 copy color: '#A2140E'

red 162 ◦ green 20 ◦ blue 14

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

Shades of Fire Brick #A2140E

Tints of Fire Brick #A2140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 82.65%
G = 10.2%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2140E (or 0xA2140E) is known color: Fire Brick. HEX triplet: A2, 14 and 0E. RGB value is (162,20,14). Sum of RGB (Red+Green+Blue) = 162+20+14=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A2140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2140E is #5DEBF1. Grayscale: #3D3D3D. Windows color (decimal): -6155250 or 922786. OLE color: 922786.

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

Color convert

RGB 162 20 14 -
CMYK 0 0.88 0.91 0.36
HSL 2.43º 0.84% 0.35% -
HSV(B) 2.43º 0.91% 0.64% -
XYZ 15.23 8.21 1.2 -
YUV 61.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 162 20 14 0 0.88 0.91 0.36 2.43 0.84 0.35
Hex A2 14 E 0 58 5B 24 2 54 23
Octal 242 24 16 0 130 133 44 2 124 43
Binary 10100010 10100 1110 0 1011000 1011011 100100 10 1010100 100011

Color Harmonies of #A2140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2140E

Black with #A2140E

Text Example


Text Example

White with #A2140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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