Html Css Color HEX #A02115 Fire Brick

📋 copy color: '#A02115'

red 160 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #A02115

Tints of Fire Brick #A02115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 74.77%
G = 15.42%
B = 9.81%

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

#A02115 (or 0xA02115) is known color: Fire Brick. HEX triplet: A0, 21 and 15. RGB value is (160,33,21). Sum of RGB (Red+Green+Blue) = 160+33+21=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A02115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02115 is #5FDEEA. Grayscale: #454545. Windows color (decimal): -6282987 or 1384864. OLE color: 1384864.

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

Color convert

RGB 160 33 21 -
CMYK 0 0.79 0.87 0.37
HSL 5.18º 0.77% 0.35% -
HSV(B) 5.18º 0.87% 0.63% -
XYZ 15.18 8.62 1.57 -
YUV 69.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 160 33 21 0 0.79 0.87 0.37 5.18 0.77 0.35
Hex A0 21 15 0 4F 57 25 5 4D 23
Octal 240 41 25 0 117 127 45 5 115 43
Binary 10100000 100001 10101 0 1001111 1010111 100101 101 1001101 100011

Color Harmonies of #A02115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02115

Black with #A02115

Text Example


Text Example

White with #A02115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02115; }

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

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

background-color css

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

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

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

border-color css

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

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

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