#530108

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

Shades of Rustic Red #530108

Tints of Rustic Red #530108

Color information

#530108 (or 0x530108) is unknown color: approx Rustic Red. HEX triplet: 53, 01 and 08. RGB value is (83,1,8). Sum of RGB (Red+Green+Blue) = 83+1+8=92 (12% of max value = 765). Red value is 83 (32.81% from 255 or 90.22% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 83 - color contains mainly: red. Hex color #530108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530108 is #ACFEF7. Grayscale: #1A1A1A. Windows color (decimal): -11337464 or 524627. OLE color: 524627.

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

Color convert

RGB8318-
CMYK00.990.900.67
HSL354.88º97.62%16.47%-
HSV(B)354.88º98.8%32.55%-
XYZ3.621.880.4-
YUV26.32117.67168.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 90.22%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=90.22%
G=1.09%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal831800.990.900.67354.8897.6216.47
Hex53180635A431636210
Octal123110014313210354314220
Binary1010011110000110001110110101000011101100011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530108; }

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

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

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

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

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

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

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

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