Html Css Color HEX #A03A06 Rust

📋 copy color: '#A03A06'

red 160 ◦ green 58 ◦ blue 6

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

Shades of Rust #A03A06

Tints of Rust #A03A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.89%

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

R = 71.43%
G = 25.89%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A03A06 (or 0xA03A06) is known color: Rust. HEX triplet: A0, 3A and 06. RGB value is (160,58,6). Sum of RGB (Red+Green+Blue) = 160+58+6=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A06 is #5FC5F9. Grayscale: #525252. Windows color (decimal): -6276602 or 408224. OLE color: 408224.

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

Color convert

RGB 160 58 6 -
CMYK 0 0.64 0.96 0.37
HSL 20.26º 0.93% 0.33% -
HSV(B) 20.26º 0.96% 0.63% -
XYZ 16.04 10.51 1.36 -
YUV 82.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 160 58 6 0 0.64 0.96 0.37 20.26 0.93 0.33
Hex A0 3A 6 0 40 60 25 14 5D 21
Octal 240 72 6 0 100 140 45 24 135 41
Binary 10100000 111010 110 0 1000000 1100000 100101 10100 1011101 100001

Color Harmonies of #A03A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A06

Black with #A03A06

Text Example


Text Example

White with #A03A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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