#530404

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

Shades of Red Oxide #530404

Tints of Red Oxide #530404

Color information

#530404 (or 0x530404) is unknown color: approx Red Oxide. HEX triplet: 53, 04 and 04. RGB value is (83,4,4). Sum of RGB (Red+Green+Blue) = 83+4+4=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530404 is #ACFBFB. Grayscale: #1B1B1B. Windows color (decimal): -11336700 or 263251. OLE color: 263251.

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

Color convert

RGB8344-
CMYK00.950.950.67
HSL90.8%17.06%-
HSV(B)95.18%32.55%-
XYZ3.631.930.3-
YUV27.62114.67167.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 91.21%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=91.21%
G=4.40%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal834400.950.950.67090.817.06
Hex534405F5F4305b11
Octal123440137137103013321
Binary101001110010001011111101111110000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530404; }

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

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

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

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

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

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

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

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