#530E0C

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

Shades of Red Oxide #530E0C

Tints of Red Oxide #530E0C

Color information

#530E0C (or 0x530E0C) is unknown color: approx Red Oxide. HEX triplet: 53, 0E and 0C. RGB value is (83,14,12). Sum of RGB (Red+Green+Blue) = 83+14+12=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E0C is #ACF1F3. Grayscale: #222222. Windows color (decimal): -11334132 or 790099. OLE color: 790099.

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

Color convert

RGB831412-
CMYK00.830.860.67
HSL1.69º74.74%18.63%-
HSV(B)1.69º85.54%32.55%-
XYZ3.792.180.57-
YUV34.4115.36162.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 14 (5.86% from 255) = 12.84%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=76.15%
G=12.84%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83141200.830.860.671.6974.7418.63
Hex53EC053564324b13
Octal12316140123126103211323
Binary101001111101100010100111010110100001110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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