Html Css Color HEX #A22315 Fire Brick

📋 copy color: '#A22315'

red 162 ◦ green 35 ◦ blue 21

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

Shades of Fire Brick #A22315

Tints of Fire Brick #A22315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 74.31%
G = 16.06%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A22315 (or 0xA22315) is known color: Fire Brick. HEX triplet: A2, 23 and 15. RGB value is (162,35,21). Sum of RGB (Red+Green+Blue) = 162+35+21=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A22315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22315 is #5DDCEA. Grayscale: #474747. Windows color (decimal): -6151403 or 1385378. OLE color: 1385378.

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

Color convert

RGB 162 35 21 -
CMYK 0 0.78 0.87 0.36
HSL 5.96º 0.77% 0.36% -
HSV(B) 5.96º 0.87% 0.64% -
XYZ 15.64 8.94 1.61 -
YUV 71.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 162 35 21 0 0.78 0.87 0.36 5.96 0.77 0.36
Hex A2 23 15 0 4E 57 24 6 4D 24
Octal 242 43 25 0 116 127 44 6 115 44
Binary 10100010 100011 10101 0 1001110 1010111 100100 110 1001101 100100

Color Harmonies of #A22315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22315

Black with #A22315

Text Example


Text Example

White with #A22315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22315; }

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

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

background-color css

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

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

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

border-color css

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

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

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