#530A0B

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

Shades of Rustic Red #530A0B

Tints of Rustic Red #530A0B

Color information

#530A0B (or 0x530A0B) is unknown color: approx Rustic Red. HEX triplet: 53, 0A and 0B. RGB value is (83,10,11). Sum of RGB (Red+Green+Blue) = 83+10+11=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A0B is #ACF5F4. Grayscale: #202020. Windows color (decimal): -11335157 or 723539. OLE color: 723539.

HSL color Cylindrical-coordinate representation of color #530A0B: hue angle of 359.18º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A0B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB831011-
CMYK00.880.870.67
HSL359.18º78.49%18.24%-
HSV(B)359.18º87.95%32.55%-
XYZ3.742.080.52-
YUV31.94116.18164.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.81%
GREEN value IS 10 (4.30% from 255) = 9.62%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=79.81%
G=9.62%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83101100.880.870.67359.1878.4918.24
Hex53AB05857431674e12
Octal1231213013012710354711622
Binary1010011101010110101100010101111000011101100111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,10,11); }

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

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

 a { background-color: rgb(83,10,11); }

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

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

 span { border-color: rgb(83,10,11); }

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