#530602

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

Shades of Red Oxide #530602

Tints of Red Oxide #530602

Color information

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

HSL color Cylindrical-coordinate representation of color #530602: hue angle of 2.96º 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 #530602 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB8362-
CMYK00.930.980.67
HSL2.96º95.29%16.67%-
HSV(B)2.96º97.59%32.55%-
XYZ3.641.970.25-
YUV28.57113.01166.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal836200.930.980.672.9695.2916.67
Hex536205D624335f11
Octal123620135142103313721
Binary101001111010010111011100010100001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530602; }

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

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

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

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

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

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

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

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