Html Css Color HEX #A22215 Fire Brick

📋 copy color: '#A22215'

red 162 ◦ green 34 ◦ blue 21

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

Shades of Fire Brick #A22215

Tints of Fire Brick #A22215

RGB

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

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

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

R = 74.65%
G = 15.67%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A22215 (or 0xA22215) is known color: Fire Brick. HEX triplet: A2, 22 and 15. RGB value is (162,34,21). Sum of RGB (Red+Green+Blue) = 162+34+21=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A22215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22215 is #5DDDEA. Grayscale: #464646. Windows color (decimal): -6151659 or 1385122. OLE color: 1385122.

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

Color convert

RGB 162 34 21 -
CMYK 0 0.79 0.87 0.36
HSL 5.53º 0.77% 0.36% -
HSV(B) 5.53º 0.87% 0.64% -
XYZ 15.61 8.88 1.6 -
YUV 70.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 162 34 21 0 0.79 0.87 0.36 5.53 0.77 0.36
Hex A2 22 15 0 4F 57 24 6 4D 24
Octal 242 42 25 0 117 127 44 6 115 44
Binary 10100010 100010 10101 0 1001111 1010111 100100 110 1001101 100100

Color Harmonies of #A22215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22215

Black with #A22215

Text Example


Text Example

White with #A22215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22215; }

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

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

background-color css

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

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

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

border-color css

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

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

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