Html Css Color HEX #A03B0D Rust

📋 copy color: '#A03B0D'

red 160 ◦ green 59 ◦ blue 13

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

Shades of Rust #A03B0D

Tints of Rust #A03B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 68.97%
G = 25.43%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A03B0D (or 0xA03B0D) is known color: Rust. HEX triplet: A0, 3B and 0D. RGB value is (160,59,13). Sum of RGB (Red+Green+Blue) = 160+59+13=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03B0D is #5FC4F2. Grayscale: #545454. Windows color (decimal): -6276339 or 867232. OLE color: 867232.

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

Color convert

RGB 160 59 13 -
CMYK 0 0.63 0.92 0.37
HSL 18.78º 0.85% 0.34% -
HSV(B) 18.78º 0.92% 0.63% -
XYZ 16.13 10.63 1.58 -
YUV 83.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 160 59 13 0 0.63 0.92 0.37 18.78 0.85 0.34
Hex A0 3B D 0 3F 5C 25 13 55 22
Octal 240 73 15 0 77 134 45 23 125 42
Binary 10100000 111011 1101 0 111111 1011100 100101 10011 1010101 100010

Color Harmonies of #A03B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03B0D

Black with #A03B0D

Text Example


Text Example

White with #A03B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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