Html Css Color HEX #A01915 Fire Brick

📋 copy color: '#A01915'

red 160 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #A01915

Tints of Fire Brick #A01915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

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

R = 77.67%
G = 12.14%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A01915 (or 0xA01915) is known color: Fire Brick. HEX triplet: A0, 19 and 15. RGB value is (160,25,21). Sum of RGB (Red+Green+Blue) = 160+25+21=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A01915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01915 is #5FE6EA. Grayscale: #414141. Windows color (decimal): -6285035 or 1382816. OLE color: 1382816.

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

Color convert

RGB 160 25 21 -
CMYK 0 0.84 0.87 0.37
HSL 1.73º 0.77% 0.35% -
HSV(B) 1.73º 0.87% 0.63% -
XYZ 14.98 8.22 1.51 -
YUV 64.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 160 25 21 0 0.84 0.87 0.37 1.73 0.77 0.35
Hex A0 19 15 0 54 57 25 2 4D 23
Octal 240 31 25 0 124 127 45 2 115 43
Binary 10100000 11001 10101 0 1010100 1010111 100101 10 1001101 100011

Color Harmonies of #A01915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01915

Black with #A01915

Text Example


Text Example

White with #A01915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01915; }

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

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

background-color css

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

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

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

border-color css

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

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

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