#530208

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

Shades of Rustic Red #530208

Tints of Rustic Red #530208

Color information

#530208 (or 0x530208) is unknown color: approx Rustic Red. HEX triplet: 53, 02 and 08. RGB value is (83,2,8). Sum of RGB (Red+Green+Blue) = 83+2+8=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530208 is #ACFDF7. Grayscale: #1A1A1A. Windows color (decimal): -11337208 or 524883. OLE color: 524883.

HSL color Cylindrical-coordinate representation of color #530208: hue angle of 355.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530208 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB8328-
CMYK00.980.900.67
HSL355.56º95.29%16.67%-
HSV(B)355.56º97.59%32.55%-
XYZ3.631.90.4-
YUV26.9117.34168.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 89.25%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=89.25%
G=2.15%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal832800.980.900.67355.5695.2916.67
Hex53280625A431645f11
Octal123210014213210354413721
Binary10100111010000110001010110101000011101100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530208; }

 p { color: rgb(83,2,8); }

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

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

 a { background-color: rgb(83,2,8); }

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

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

 span { border-color: rgb(83,2,8); }

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