Html Css Color HEX #A2190F Fire Brick

📋 copy color: '#A2190F'

red 162 ◦ green 25 ◦ blue 15

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

Shades of Fire Brick #A2190F

Tints of Fire Brick #A2190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

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

R = 80.2%
G = 12.38%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2190F (or 0xA2190F) is known color: Fire Brick. HEX triplet: A2, 19 and 0F. RGB value is (162,25,15). Sum of RGB (Red+Green+Blue) = 162+25+15=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A2190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2190F is #5DE6F0. Grayscale: #414141. Windows color (decimal): -6153969 or 989602. OLE color: 989602.

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

Color convert

RGB 162 25 15 -
CMYK 0 0.85 0.91 0.36
HSL 4.08º 0.83% 0.35% -
HSV(B) 4.08º 0.91% 0.64% -
XYZ 15.33 8.41 1.27 -
YUV 64.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 162 25 15 0 0.85 0.91 0.36 4.08 0.83 0.35
Hex A2 19 F 0 55 5B 24 4 53 23
Octal 242 31 17 0 125 133 44 4 123 43
Binary 10100010 11001 1111 0 1010101 1011011 100100 100 1010011 100011

Color Harmonies of #A2190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2190F

Black with #A2190F

Text Example


Text Example

White with #A2190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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