Html Css Color HEX #A03A0E Rust

📋 copy color: '#A03A0E'

red 160 ◦ green 58 ◦ blue 14

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

Shades of Rust #A03A0E

Tints of Rust #A03A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 68.97%
G = 25%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A03A0E (or 0xA03A0E) is known color: Rust. HEX triplet: A0, 3A and 0E. RGB value is (160,58,14). Sum of RGB (Red+Green+Blue) = 160+58+14=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A0E is #5FC5F1. Grayscale: #535353. Windows color (decimal): -6276594 or 932512. OLE color: 932512.

HSL color Cylindrical-coordinate representation of color #A03A0E: hue angle of 18.08º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A03A0E is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 58 14 -
CMYK 0 0.64 0.91 0.37
HSL 18.08º 0.84% 0.34% -
HSV(B) 18.08º 0.91% 0.63% -
XYZ 16.09 10.53 1.6 -
YUV 83.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 160 58 14 0 0.64 0.91 0.37 18.08 0.84 0.34
Hex A0 3A E 0 40 5B 25 12 54 22
Octal 240 72 16 0 100 133 45 22 124 42
Binary 10100000 111010 1110 0 1000000 1011011 100101 10010 1010100 100010

Color Harmonies of #A03A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A0E

Black with #A03A0E

Text Example


Text Example

White with #A03A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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