#53030A

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

Shades of Rustic Red #53030A

Tints of Rustic Red #53030A

Color information

#53030A (or 0x53030A) is unknown color: approx Rustic Red. HEX triplet: 53, 03 and 0A. RGB value is (83,3,10). Sum of RGB (Red+Green+Blue) = 83+3+10=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #53030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53030A is #ACFCF5. Grayscale: #1B1B1B. Windows color (decimal): -11336950 or 656211. OLE color: 656211.

HSL color Cylindrical-coordinate representation of color #53030A: hue angle of 354.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53030A is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB83310-
CMYK00.960.880.67
HSL354.75º93.02%16.86%-
HSV(B)354.75º96.39%32.55%-
XYZ3.651.930.47-
YUV27.72118167.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 86.46%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 10 (4.30% from 255) = 10.42%
R=86.46%
G=3.12%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8331000.960.880.67354.7593.0216.86
Hex533A06058431635d11
Octal123312014013010354313521
Binary10100111110100110000010110001000011101100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53030A; }

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

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

<style>
 a { background-color: #53030A; }

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

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

<style>
 span { border-color: #53030A; }

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

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