#530E05

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

Shades of Red Oxide #530E05

Tints of Red Oxide #530E05

Color information

#530E05 (or 0x530E05) is unknown color: approx Red Oxide. HEX triplet: 53, 0E and 05. RGB value is (83,14,5). Sum of RGB (Red+Green+Blue) = 83+14+5=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #530E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E05 is #ACF1FA. Grayscale: #212121. Windows color (decimal): -11334139 or 331347. OLE color: 331347.

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

Color convert

RGB83145-
CMYK00.830.940.67
HSL6.92º88.64%17.25%-
HSV(B)6.92º93.98%32.55%-
XYZ3.752.160.36-
YUV33.6111.86163.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=81.37%
G=13.73%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8314500.830.940.676.9288.6417.25
Hex53E50535E4375911
Octal1231650123136103713121
Binary101001111101010101001110111101000011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530E05; }

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

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

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

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

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

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

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

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