#530202

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

Shades of Red Oxide #530202

Tints of Red Oxide #530202

Color information

#530202 (or 0x530202) is unknown color: approx Red Oxide. HEX triplet: 53, 02 and 02. RGB value is (83,2,2). Sum of RGB (Red+Green+Blue) = 83+2+2=87 (11% of max value = 765). Red value is 83 (32.81% from 255 or 95.40% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 83 - color contains mainly: red. Hex color #530202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530202 is #ACFDFD. Grayscale: #1A1A1A. Windows color (decimal): -11337214 or 131667. OLE color: 131667.

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

Color convert

RGB8322-
CMYK00.980.980.67
HSL95.29%16.67%-
HSV(B)97.59%32.55%-
XYZ3.61.890.23-
YUV26.22114.34168.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 95.40%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=95.40%
G=2.30%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal832200.980.980.67095.2916.67
Hex5322062624305f11
Octal123220142142103013721
Binary1010011101001100010110001010000110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530202; }

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

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

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

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

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

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

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

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