Html Css Color HEX #A03812 Rust

📋 copy color: '#A03812'

red 160 ◦ green 56 ◦ blue 18

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

Shades of Rust #A03812

Tints of Rust #A03812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 68.38%
G = 23.93%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A03812 (or 0xA03812) is known color: Rust. HEX triplet: A0, 38 and 12. RGB value is (160,56,18). Sum of RGB (Red+Green+Blue) = 160+56+18=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A03812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03812 is #5FC7ED. Grayscale: #535353. Windows color (decimal): -6277102 or 1194144. OLE color: 1194144.

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

Color convert

RGB 160 56 18 -
CMYK 0 0.65 0.89 0.37
HSL 16.06º 0.8% 0.35% -
HSV(B) 16.06º 0.89% 0.63% -
XYZ 16.02 10.35 1.72 -
YUV 82.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 160 56 18 0 0.65 0.89 0.37 16.06 0.8 0.35
Hex A0 38 12 0 41 59 25 10 50 23
Octal 240 70 22 0 101 131 45 20 120 43
Binary 10100000 111000 10010 0 1000001 1011001 100101 10000 1010000 100011

Color Harmonies of #A03812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03812

Black with #A03812

Text Example


Text Example

White with #A03812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03812; }

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

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

background-color css

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

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

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

border-color css

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

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

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