Html Css Color HEX #A03B0C Rust

📋 copy color: '#A03B0C'

red 160 ◦ green 59 ◦ blue 12

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

Shades of Rust #A03B0C

Tints of Rust #A03B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.19%

R = 69.26%
G = 25.54%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A03B0C (or 0xA03B0C) is known color: Rust. HEX triplet: A0, 3B and 0C. RGB value is (160,59,12). Sum of RGB (Red+Green+Blue) = 160+59+12=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03B0C is #5FC4F3. Grayscale: #545454. Windows color (decimal): -6276340 or 801696. OLE color: 801696.

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

Color convert

RGB 160 59 12 -
CMYK 0 0.63 0.93 0.37
HSL 19.05º 0.86% 0.34% -
HSV(B) 19.05º 0.93% 0.63% -
XYZ 16.13 10.63 1.55 -
YUV 83.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 160 59 12 0 0.63 0.93 0.37 19.05 0.86 0.34
Hex A0 3B C 0 3F 5D 25 13 56 22
Octal 240 73 14 0 77 135 45 23 126 42
Binary 10100000 111011 1100 0 111111 1011101 100101 10011 1010110 100010

Color Harmonies of #A03B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03B0C

Black with #A03B0C

Text Example


Text Example

White with #A03B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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