#21010F

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

Shades of Rustic Red #21010F

Tints of Rustic Red #21010F

Color information

#21010F (or 0x21010F) is unknown color: approx Rustic Red. HEX triplet: 21, 01 and 0F. RGB value is (33,1,15). Sum of RGB (Red+Green+Blue) = 33+1+15=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #21010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21010F is #DEFEF0. Grayscale: #0C0C0C. Windows color (decimal): -14614257 or 983329. OLE color: 983329.

HSL color Cylindrical-coordinate representation of color #21010F: hue angle of 333.75º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21010F is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB33115-
CMYK00.970.550.87
HSL333.75º94.12%6.67%-
HSV(B)333.75º96.97%12.94%-
XYZ0.720.380.49-
YUV12.16129.6142.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 67.35%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=67.35%
G=2.04%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3311500.970.550.87333.7594.126.67
Hex211F061375714e5e7
Octal411170141671275161367
Binary100001111110110000111011110101111010011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21010F; }

 p { color: rgb(33,1,15); }

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

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

 a { background-color: rgb(33,1,15); }

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

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

 span { border-color: rgb(33,1,15); }

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