#530D0C

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

Shades of Red Oxide #530D0C

Tints of Red Oxide #530D0C

Color information

#530D0C (or 0x530D0C) is unknown color: approx Red Oxide. HEX triplet: 53, 0D and 0C. RGB value is (83,13,12). Sum of RGB (Red+Green+Blue) = 83+13+12=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D0C is #ACF2F3. Grayscale: #212121. Windows color (decimal): -11334388 or 789843. OLE color: 789843.

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

Color convert

RGB831312-
CMYK00.840.860.67
HSL0.85º74.74%18.63%-
HSV(B)0.85º85.54%32.55%-
XYZ3.782.150.56-
YUV33.82115.69163.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=76.85%
G=12.04%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83131200.840.860.670.8574.7418.63
Hex53DC054564314b13
Octal12315140124126103111323
Binary10100111101110001010100101011010000111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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