#530E00

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

Shades of Red Oxide #530E00

Tints of Red Oxide #530E00

Color information

#530E00 (or 0x530E00) is unknown color: approx Red Oxide. HEX triplet: 53, 0E and 00. RGB value is (83,14,0). Sum of RGB (Red+Green+Blue) = 83+14+0=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #530E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E00 is #ACF1FF. Grayscale: #212121. Windows color (decimal): -11334144 or 3667. OLE color: 3667.

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

Color convert

RGB83140-
CMYK00.8310.67
HSL10.12º100%16.27%-
HSV(B)10.12º100%32.55%-
XYZ3.722.150.22-
YUV33.03109.36163.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 85.57%
GREEN value IS 14 (5.86% from 255) = 14.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.57%
G=14.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8314000.8310.6710.1210016.27
Hex53E00536443a6410
Octal12316001231441031214420
Binary10100111110001010011110010010000111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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