Html Css Color HEX #A22015 Fire Brick

📋 copy color: '#A22015'

red 162 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #A22015

Tints of Fire Brick #A22015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 75.35%
G = 14.88%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A22015 (or 0xA22015) is known color: Fire Brick. HEX triplet: A2, 20 and 15. RGB value is (162,32,21). Sum of RGB (Red+Green+Blue) = 162+32+21=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A22015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22015 is #5DDFEA. Grayscale: #454545. Windows color (decimal): -6152171 or 1384610. OLE color: 1384610.

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

Color convert

RGB 162 32 21 -
CMYK 0 0.80 0.87 0.36
HSL 4.68º 0.77% 0.36% -
HSV(B) 4.68º 0.87% 0.64% -
XYZ 15.55 8.77 1.58 -
YUV 69.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 162 32 21 0 0.80 0.87 0.36 4.68 0.77 0.36
Hex A2 20 15 0 50 57 24 5 4D 24
Octal 242 40 25 0 120 127 44 5 115 44
Binary 10100010 100000 10101 0 1010000 1010111 100100 101 1001101 100100

Color Harmonies of #A22015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22015

Black with #A22015

Text Example


Text Example

White with #A22015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22015; }

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

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

background-color css

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

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

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

border-color css

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

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

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