Html Css Color HEX #A2220F Fire Brick

📋 copy color: '#A2220F'

red 162 ◦ green 34 ◦ blue 15

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

Shades of Fire Brick #A2220F

Tints of Fire Brick #A2220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 76.78%
G = 16.11%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2220F (or 0xA2220F) is known color: Fire Brick. HEX triplet: A2, 22 and 0F. RGB value is (162,34,15). Sum of RGB (Red+Green+Blue) = 162+34+15=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2220F is #5DDDF0. Grayscale: #464646. Windows color (decimal): -6151665 or 991906. OLE color: 991906.

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

Color convert

RGB 162 34 15 -
CMYK 0 0.79 0.91 0.36
HSL 7.76º 0.83% 0.35% -
HSV(B) 7.76º 0.91% 0.64% -
XYZ 15.56 8.86 1.34 -
YUV 70.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 162 34 15 0 0.79 0.91 0.36 7.76 0.83 0.35
Hex A2 22 F 0 4F 5B 24 8 53 23
Octal 242 42 17 0 117 133 44 10 123 43
Binary 10100010 100010 1111 0 1001111 1011011 100100 1000 1010011 100011

Color Harmonies of #A2220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2220F

Black with #A2220F

Text Example


Text Example

White with #A2220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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