Html Css Color HEX #A03D12 Rust

📋 copy color: '#A03D12'

red 160 ◦ green 61 ◦ blue 18

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

Shades of Rust #A03D12

Tints of Rust #A03D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.52%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 66.95%
G = 25.52%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A03D12 (or 0xA03D12) is known color: Rust. HEX triplet: A0, 3D and 12. RGB value is (160,61,18). Sum of RGB (Red+Green+Blue) = 160+61+18=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03D12 is #5FC2ED. Grayscale: #555555. Windows color (decimal): -6275822 or 1195424. OLE color: 1195424.

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

Color convert

RGB 160 61 18 -
CMYK 0 0.62 0.89 0.37
HSL 18.17º 0.8% 0.35% -
HSV(B) 18.17º 0.89% 0.63% -
XYZ 16.28 10.85 1.81 -
YUV 85.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 160 61 18 0 0.62 0.89 0.37 18.17 0.8 0.35
Hex A0 3D 12 0 3E 59 25 12 50 23
Octal 240 75 22 0 76 131 45 22 120 43
Binary 10100000 111101 10010 0 111110 1011001 100101 10010 1010000 100011

Color Harmonies of #A03D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03D12

Black with #A03D12

Text Example


Text Example

White with #A03D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03D12; }

 p { color: rgb(160,61,18); }

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

background-color css

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

 a { background-color: rgb(160,61,18); }

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

border-color css

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

 span { border-color: rgb(160,61,18); }

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