Html Css Color HEX #A02415 Fire Brick

📋 copy color: '#A02415'

red 160 ◦ green 36 ◦ blue 21

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

Shades of Fire Brick #A02415

Tints of Fire Brick #A02415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 73.73%
G = 16.59%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A02415 (or 0xA02415) is known color: Fire Brick. HEX triplet: A0, 24 and 15. RGB value is (160,36,21). Sum of RGB (Red+Green+Blue) = 160+36+21=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A02415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02415 is #5FDBEA. Grayscale: #474747. Windows color (decimal): -6282219 or 1385632. OLE color: 1385632.

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

Color convert

RGB 160 36 21 -
CMYK 0 0.78 0.87 0.37
HSL 6.47º 0.77% 0.35% -
HSV(B) 6.47º 0.87% 0.63% -
XYZ 15.26 8.79 1.6 -
YUV 71.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 160 36 21 0 0.78 0.87 0.37 6.47 0.77 0.35
Hex A0 24 15 0 4E 57 25 6 4D 23
Octal 240 44 25 0 116 127 45 6 115 43
Binary 10100000 100100 10101 0 1001110 1010111 100101 110 1001101 100011

Color Harmonies of #A02415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02415

Black with #A02415

Text Example


Text Example

White with #A02415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02415; }

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

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

background-color css

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

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

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

border-color css

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

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

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