#530307

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

Shades of Rustic Red #530307

Tints of Rustic Red #530307

Color information

#530307 (or 0x530307) is unknown color: approx Rustic Red. HEX triplet: 53, 03 and 07. RGB value is (83,3,7). Sum of RGB (Red+Green+Blue) = 83+3+7=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530307 is #ACFCF8. Grayscale: #1B1B1B. Windows color (decimal): -11336953 or 459603. OLE color: 459603.

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

Color convert

RGB8337-
CMYK00.960.920.67
HSL357º93.02%16.86%-
HSV(B)357º96.39%32.55%-
XYZ3.641.920.38-
YUV27.38116.5167.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 89.25%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 7 (3.12% from 255) = 7.53%
R=89.25%
G=3.23%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal833700.960.920.6735793.0216.86
Hex53370605C431655d11
Octal12337014013410354513521
Binary1010011111110110000010111001000011101100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530307; }

 p { color: rgb(83,3,7); }

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

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

 a { background-color: rgb(83,3,7); }

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

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

 span { border-color: rgb(83,3,7); }

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