#A5380C

Color #A5380C Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A5380C

Tints of Rust #A5380C

Color information

#A5380C (or 0xA5380C) is unknown color: approx Rust. HEX triplet: A5, 38 and 0C. RGB value is (165,56,12). Sum of RGB (Red+Green+Blue) = 165+56+12=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A5380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5380C is #5AC7F3. Grayscale: #535353. Windows color (decimal): -5949428 or 800933. OLE color: 800933.

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

Color convert

RGB1655612-
CMYK00.660.930.35
HSL17.25º86.44%34.71%-
HSV(B)17.25º92.73%64.71%-
XYZ1710.851.55-
YUV83.5787.61186.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.82%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=70.82%
G=24.03%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165561200.660.930.3517.2586.4434.71
HexA538C0425D23115623
Octal24570140102135432112643
Binary101001011110001100010000101011101100011100011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5380C; }

 p { color: rgb(165,56,12); }

 H1.HeaderClassName
 {
   color: #A5380C;
 }
 .AnyTagClassName
 {
   color: #A5380C;
 }
</style>
background-color css

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

 a { background-color: rgb(165,56,12); }

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

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

 span { border-color: rgb(165,56,12); }

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