#210510

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

Shades of Rustic Red #210510

Tints of Rustic Red #210510

Color information

#210510 (or 0x210510) is unknown color: approx Rustic Red. HEX triplet: 21, 05 and 10. RGB value is (33,5,16). Sum of RGB (Red+Green+Blue) = 33+5+16=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210510 is #DEFAEF. Grayscale: #0E0E0E. Windows color (decimal): -14613232 or 1049889. OLE color: 1049889.

HSL color Cylindrical-coordinate representation of color #210510: hue angle of 336.43º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210510 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB33516-
CMYK00.850.520.87
HSL336.43º73.68%7.45%-
HSV(B)336.43º84.85%12.94%-
XYZ0.770.470.54-
YUV14.63128.78141.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=61.11%
G=9.26%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3351600.850.520.87336.4373.687.45
Hex2151005534571504a7
Octal415200125641275201127
Binary100001101100000101010111010010101111010100001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210510; }

 p { color: rgb(33,5,16); }

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

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

 a { background-color: rgb(33,5,16); }

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

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

 span { border-color: rgb(33,5,16); }

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