#530206

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

Shades of Rustic Red #530206

Tints of Rustic Red #530206

Color information

#530206 (or 0x530206) is unknown color: approx Rustic Red. HEX triplet: 53, 02 and 06. RGB value is (83,2,6). Sum of RGB (Red+Green+Blue) = 83+2+6=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530206 is #ACFDF9. Grayscale: #1A1A1A. Windows color (decimal): -11337210 or 393811. OLE color: 393811.

HSL color Cylindrical-coordinate representation of color #530206: hue angle of 357.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530206 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB8326-
CMYK00.980.930.67
HSL357.04º95.29%16.67%-
HSV(B)357.04º97.59%32.55%-
XYZ3.621.90.35-
YUV26.68116.34168.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 91.21%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=91.21%
G=2.20%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal832600.980.930.67357.0495.2916.67
Hex53260625D431655f11
Octal12326014213510354513721
Binary1010011101100110001010111011000011101100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530206; }

 p { color: rgb(83,2,6); }

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

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

 a { background-color: rgb(83,2,6); }

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

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

 span { border-color: rgb(83,2,6); }

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