#530008

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

Shades of Rustic Red #530008

Tints of Rustic Red #530008

Color information

#530008 (or 0x530008) is unknown color: approx Rustic Red. HEX triplet: 53, 00 and 08. RGB value is (83,0,8). Sum of RGB (Red+Green+Blue) = 83+0+8=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530008 is #ACFFF7. Grayscale: #191919. Windows color (decimal): -11337720 or 524371. OLE color: 524371.

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

Color convert

RGB8308-
CMYK010.900.67
HSL354.22º100%16.27%-
HSV(B)354.22º100%32.55%-
XYZ3.611.860.4-
YUV25.73118168.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 91.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=91.21%
G=0%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8308010.900.67354.2210016.27
Hex53080645A431626410
Octal123010014413210354214420
Binary1010011010000110010010110101000011101100010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530008; }

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

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

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

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

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

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

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

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