Html Css Color HEX #A03C15 Rust

📋 copy color: '#A03C15'

red 160 ◦ green 60 ◦ blue 21

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

Shades of Rust #A03C15

Tints of Rust #A03C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

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

R = 66.39%
G = 24.9%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A03C15 (or 0xA03C15) is known color: Rust. HEX triplet: A0, 3C and 15. RGB value is (160,60,21). Sum of RGB (Red+Green+Blue) = 160+60+21=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C15 is #5FC3EA. Grayscale: #555555. Windows color (decimal): -6276075 or 1391776. OLE color: 1391776.

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

Color convert

RGB 160 60 21 -
CMYK 0 0.62 0.87 0.37
HSL 16.83º 0.77% 0.35% -
HSV(B) 16.83º 0.87% 0.63% -
XYZ 16.25 10.76 1.93 -
YUV 85.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 160 60 21 0 0.62 0.87 0.37 16.83 0.77 0.35
Hex A0 3C 15 0 3E 57 25 11 4D 23
Octal 240 74 25 0 76 127 45 21 115 43
Binary 10100000 111100 10101 0 111110 1010111 100101 10001 1001101 100011

Color Harmonies of #A03C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03C15

Black with #A03C15

Text Example


Text Example

White with #A03C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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