#530102

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

Shades of Rustic Red #530102

Tints of Rustic Red #530102

Color information

#530102 (or 0x530102) is unknown color: approx Rustic Red. HEX triplet: 53, 01 and 02. RGB value is (83,1,2). Sum of RGB (Red+Green+Blue) = 83+1+2=86 (11% of max value = 765). Red value is 83 (32.81% from 255 or 96.51% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 83 - color contains mainly: red. Hex color #530102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530102 is #ACFEFD. Grayscale: #191919. Windows color (decimal): -11337470 or 131411. OLE color: 131411.

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

Color convert

RGB8312-
CMYK00.990.980.67
HSL359.27º97.62%16.47%-
HSV(B)359.27º98.8%32.55%-
XYZ3.591.870.23-
YUV25.63114.67168.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 96.51%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=96.51%
G=1.16%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal831200.990.980.67359.2797.6216.47
Hex531206362431676210
Octal12312014314210354714220
Binary10100111100110001111000101000011101100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530102; }

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

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

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

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

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

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

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

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