#530C0D

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

Shades of Rustic Red #530C0D

Tints of Rustic Red #530C0D

Color information

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

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

Color convert

RGB831213-
CMYK00.860.840.67
HSL359.15º74.74%18.63%-
HSV(B)359.15º85.54%32.55%-
XYZ3.772.130.59-
YUV33.34116.52163.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83121300.860.840.67359.1574.7418.63
Hex53CD05654431674b13
Octal1231415012612410354711323
Binary1010011110011010101011010101001000011101100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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