Html Css Color HEX #A03B16 Rust

📋 copy color: '#A03B16'

red 160 ◦ green 59 ◦ blue 22

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

Shades of Rust #A03B16

Tints of Rust #A03B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 66.39%
G = 24.48%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A03B16 (or 0xA03B16) is known color: Rust. HEX triplet: A0, 3B and 16. RGB value is (160,59,22). Sum of RGB (Red+Green+Blue) = 160+59+22=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03B16 is #5FC4E9. Grayscale: #555555. Windows color (decimal): -6276330 or 1457056. OLE color: 1457056.

HSL color Cylindrical-coordinate representation of color #A03B16: hue angle of 16.09º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03B16 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 59 22 -
CMYK 0 0.63 0.86 0.37
HSL 16.09º 0.76% 0.36% -
HSV(B) 16.09º 0.86% 0.63% -
XYZ 16.21 10.66 1.96 -
YUV 84.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 160 59 22 0 0.63 0.86 0.37 16.09 0.76 0.36
Hex A0 3B 16 0 3F 56 25 10 4C 24
Octal 240 73 26 0 77 126 45 20 114 44
Binary 10100000 111011 10110 0 111111 1010110 100101 10000 1001100 100100

Color Harmonies of #A03B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03B16

Black with #A03B16

Text Example


Text Example

White with #A03B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03B16; }

 p { color: rgb(160,59,22); }

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

background-color css

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

 a { background-color: rgb(160,59,22); }

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

border-color css

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

 span { border-color: rgb(160,59,22); }

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