Html Css Color HEX #A22013 Fire Brick

📋 copy color: '#A22013'

red 162 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #A22013

Tints of Fire Brick #A22013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 76.06%
G = 15.02%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A22013 (or 0xA22013) is known color: Fire Brick. HEX triplet: A2, 20 and 13. RGB value is (162,32,19). Sum of RGB (Red+Green+Blue) = 162+32+19=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A22013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22013 is #5DDFEC. Grayscale: #454545. Windows color (decimal): -6152173 or 1253538. OLE color: 1253538.

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

Color convert

RGB 162 32 19 -
CMYK 0 0.80 0.88 0.36
HSL 5.45º 0.79% 0.35% -
HSV(B) 5.45º 0.88% 0.64% -
XYZ 15.53 8.76 1.49 -
YUV 69.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 162 32 19 0 0.80 0.88 0.36 5.45 0.79 0.35
Hex A2 20 13 0 50 58 24 5 4F 23
Octal 242 40 23 0 120 130 44 5 117 43
Binary 10100010 100000 10011 0 1010000 1011000 100100 101 1001111 100011

Color Harmonies of #A22013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22013

Black with #A22013

Text Example


Text Example

White with #A22013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22013; }

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

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

background-color css

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

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

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

border-color css

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

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

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