#530500

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

Shades of Red Oxide #530500

Tints of Red Oxide #530500

Color information

#530500 (or 0x530500) is unknown color: approx Red Oxide. HEX triplet: 53, 05 and 00. RGB value is (83,5,0). Sum of RGB (Red+Green+Blue) = 83+5+0=88 (11% of max value = 765). Red value is 83 (32.81% from 255 or 94.32% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 83 - color contains mainly: red. Hex color #530500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530500 is #ACFAFF. Grayscale: #1B1B1B. Windows color (decimal): -11336448 or 1363. OLE color: 1363.

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

Color convert

RGB8350-
CMYK00.9410.67
HSL3.61º100%16.27%-
HSV(B)3.61º100%32.55%-
XYZ3.621.950.19-
YUV27.75112.34167.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 94.32%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.32%
G=5.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal835000.9410.673.6110016.27
Hex535005E644346410
Octal123500136144103414420
Binary101001110100101111011001001000011100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530500; }

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

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

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

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

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

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

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

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