#210912

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

Shades of Rustic Red #210912

Tints of Rustic Red #210912

Color information

#210912 (or 0x210912) is unknown color: approx Rustic Red. HEX triplet: 21, 09 and 12. RGB value is (33,9,18). Sum of RGB (Red+Green+Blue) = 33+9+18=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #210912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210912 is #DEF6ED. Grayscale: #111111. Windows color (decimal): -14612206 or 1181985. OLE color: 1181985.

HSL color Cylindrical-coordinate representation of color #210912: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #210912 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB33918-
CMYK00.730.450.87
HSL337.5º57.14%8.24%-
HSV(B)337.5º72.73%12.94%-
XYZ0.830.560.64-
YUV17.2128.45139.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 18 (7.42% from 255) = 30%
R=55%
G=15%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3391800.730.450.87337.557.148.24
Hex219120492D57152398
Octal4111220111551275227110
Binary1000011001100100100100110110110101111010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210912; }

 p { color: rgb(33,9,18); }

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

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

 a { background-color: rgb(33,9,18); }

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

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

 span { border-color: rgb(33,9,18); }

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