Html Css Color HEX #A2200F Fire Brick

📋 copy color: '#A2200F'

red 162 ◦ green 32 ◦ blue 15

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

Shades of Fire Brick #A2200F

Tints of Fire Brick #A2200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 77.51%
G = 15.31%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2200F (or 0xA2200F) is known color: Fire Brick. HEX triplet: A2, 20 and 0F. RGB value is (162,32,15). Sum of RGB (Red+Green+Blue) = 162+32+15=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2200F is #5DDFF0. Grayscale: #454545. Windows color (decimal): -6152177 or 991394. OLE color: 991394.

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

Color convert

RGB 162 32 15 -
CMYK 0 0.80 0.91 0.36
HSL 6.94º 0.83% 0.35% -
HSV(B) 6.94º 0.91% 0.64% -
XYZ 15.5 8.75 1.32 -
YUV 68.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 162 32 15 0 0.80 0.91 0.36 6.94 0.83 0.35
Hex A2 20 F 0 50 5B 24 7 53 23
Octal 242 40 17 0 120 133 44 7 123 43
Binary 10100010 100000 1111 0 1010000 1011011 100100 111 1010011 100011

Color Harmonies of #A2200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2200F

Black with #A2200F

Text Example


Text Example

White with #A2200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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