#530007

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

Shades of Rustic Red #530007

Tints of Rustic Red #530007

Color information

#530007 (or 0x530007) is unknown color: approx Rustic Red. HEX triplet: 53, 00 and 07. RGB value is (83,0,7). Sum of RGB (Red+Green+Blue) = 83+0+7=90 (11% of max value = 765). Red value is 83 (32.81% from 255 or 92.22% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 83 - color contains mainly: red. Hex color #530007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530007 is #ACFFF8. Grayscale: #191919. Windows color (decimal): -11337721 or 458835. OLE color: 458835.

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

Color convert

RGB8307-
CMYK010.920.67
HSL354.94º100%16.27%-
HSV(B)354.94º100%32.55%-
XYZ3.611.850.37-
YUV25.62117.5168.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 92.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 7.78%
R=92.22%
G=0%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8307010.920.67354.9410016.27
Hex53070645C431636410
Octal12307014413410354314420
Binary101001101110110010010111001000011101100011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530007; }

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

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

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

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

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

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

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

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