#21070F

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

Shades of Rustic Red #21070F

Tints of Rustic Red #21070F

Color information

#21070F (or 0x21070F) is unknown color: approx Rustic Red. HEX triplet: 21, 07 and 0F. RGB value is (33,7,15). Sum of RGB (Red+Green+Blue) = 33+7+15=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #21070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21070F is #DEF8F0. Grayscale: #0F0F0F. Windows color (decimal): -14612721 or 984865. OLE color: 984865.

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

Color convert

RGB33715-
CMYK00.790.550.87
HSL341.54º65%7.84%-
HSV(B)341.54º78.79%12.94%-
XYZ0.790.510.51-
YUV15.69127.61140.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 15 (6.25% from 255) = 27.27%
R=60%
G=12.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3371500.790.550.87341.54657.84
Hex217F04F3757156418
Octal4171701176712752610110
Binary100001111111101001111110111101011110101011010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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