Html Css Color HEX #A2120F Fire Brick

📋 copy color: '#A2120F'

red 162 ◦ green 18 ◦ blue 15

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

Shades of Fire Brick #A2120F

Tints of Fire Brick #A2120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 83.08%
G = 9.23%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2120F (or 0xA2120F) is known color: Fire Brick. HEX triplet: A2, 12 and 0F. RGB value is (162,18,15). Sum of RGB (Red+Green+Blue) = 162+18+15=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2120F is #5DEDF0. Grayscale: #3C3C3C. Windows color (decimal): -6155761 or 987810. OLE color: 987810.

HSL color Cylindrical-coordinate representation of color #A2120F: hue angle of 1.22º degrees, saturation: 0.83, 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 #A2120F is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 15 -
CMYK 0 0.89 0.91 0.36
HSL 1.22º 0.83% 0.35% -
HSV(B) 1.22º 0.91% 0.64% -
XYZ 15.2 8.15 1.22 -
YUV 60.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 162 18 15 0 0.89 0.91 0.36 1.22 0.83 0.35
Hex A2 12 F 0 59 5B 24 1 53 23
Octal 242 22 17 0 131 133 44 1 123 43
Binary 10100010 10010 1111 0 1011001 1011011 100100 1 1010011 100011

Color Harmonies of #A2120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2120F

Black with #A2120F

Text Example


Text Example

White with #A2120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2120F; }

 p { color: rgb(162,18,15); }

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

background-color css

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

 a { background-color: rgb(162,18,15); }

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

border-color css

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

 span { border-color: rgb(162,18,15); }

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