#9D2A02

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

Shades of Rust #9D2A02

Tints of Rust #9D2A02

Color information

#9D2A02 (or 0x9D2A02) is unknown color: approx Rust. HEX triplet: 9D, 2A and 02. RGB value is (157,42,2). Sum of RGB (Red+Green+Blue) = 157+42+2=201 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.11% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2A02 is #62D5FD. Grayscale: #484848. Windows color (decimal): -6477310 or 141981. OLE color: 141981.

HSL color Cylindrical-coordinate representation of color #9D2A02: hue angle of 15.48º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D2A02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB157422-
CMYK00.730.990.38
HSL15.48º97.48%31.18%-
HSV(B)15.48º98.73%61.57%-
XYZ14.748.830.98-
YUV71.8288.6188.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 78.11%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=78.11%
G=20.90%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15742200.730.990.3815.4897.4831.18
Hex9D2A20496326f611f
Octal2355220111143461714137
Binary10011101101010100100100111000111001101111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D2A02; }

 p { color: rgb(157,42,2); }

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

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

 a { background-color: rgb(157,42,2); }

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

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

 span { border-color: rgb(157,42,2); }

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