Html Css Color HEX #A02215 Fire Brick

📋 copy color: '#A02215'

red 160 ◦ green 34 ◦ blue 21

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

Shades of Fire Brick #A02215

Tints of Fire Brick #A02215

RGB

 RED value IS 160 (62.89% from 255) = 74.42%

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

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

R = 74.42%
G = 15.81%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A02215 (or 0xA02215) is known color: Fire Brick. HEX triplet: A0, 22 and 15. RGB value is (160,34,21). Sum of RGB (Red+Green+Blue) = 160+34+21=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A02215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02215 is #5FDDEA. Grayscale: #464646. Windows color (decimal): -6282731 or 1385120. OLE color: 1385120.

HSL color Cylindrical-coordinate representation of color #A02215: hue angle of 5.61º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A02215 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 34 21 -
CMYK 0 0.79 0.87 0.37
HSL 5.61º 0.77% 0.35% -
HSV(B) 5.61º 0.87% 0.63% -
XYZ 15.2 8.67 1.58 -
YUV 70.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 160 34 21 0 0.79 0.87 0.37 5.61 0.77 0.35
Hex A0 22 15 0 4F 57 25 6 4D 23
Octal 240 42 25 0 117 127 45 6 115 43
Binary 10100000 100010 10101 0 1001111 1010111 100101 110 1001101 100011

Color Harmonies of #A02215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02215

Black with #A02215

Text Example


Text Example

White with #A02215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02215; }

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

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

background-color css

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

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

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

border-color css

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

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

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