Html Css Color HEX #A03C06 Rust

📋 copy color: '#A03C06'

red 160 ◦ green 60 ◦ blue 6

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

Shades of Rust #A03C06

Tints of Rust #A03C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.65%

R = 70.8%
G = 26.55%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A03C06 (or 0xA03C06) is known color: Rust. HEX triplet: A0, 3C and 06. RGB value is (160,60,6). Sum of RGB (Red+Green+Blue) = 160+60+6=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C06 is #5FC3F9. Grayscale: #545454. Windows color (decimal): -6276090 or 408736. OLE color: 408736.

HSL color Cylindrical-coordinate representation of color #A03C06: hue angle of 21.04º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A03C06 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 60 6 -
CMYK 0 0.62 0.96 0.37
HSL 21.04º 0.93% 0.33% -
HSV(B) 21.04º 0.96% 0.63% -
XYZ 16.15 10.72 1.39 -
YUV 83.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 160 60 6 0 0.62 0.96 0.37 21.04 0.93 0.33
Hex A0 3C 6 0 3E 60 25 15 5D 21
Octal 240 74 6 0 76 140 45 25 135 41
Binary 10100000 111100 110 0 111110 1100000 100101 10101 1011101 100001

Color Harmonies of #A03C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03C06

Black with #A03C06

Text Example


Text Example

White with #A03C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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