#21070C

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

Shades of Rustic Red #21070C

Tints of Rustic Red #21070C

Color information

#21070C (or 0x21070C) is unknown color: approx Rustic Red. HEX triplet: 21, 07 and 0C. RGB value is (33,7,12). Sum of RGB (Red+Green+Blue) = 33+7+12=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #21070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21070C is #DEF8F3. Grayscale: #0F0F0F. Windows color (decimal): -14612724 or 788257. OLE color: 788257.

HSL color Cylindrical-coordinate representation of color #21070C: hue angle of 348.46º 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 #21070C is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB33712-
CMYK00.790.640.87
HSL348.46º65%7.84%-
HSV(B)348.46º78.79%12.94%-
XYZ0.770.50.4-
YUV15.34126.11140.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 63.46%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=63.46%
G=13.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3371200.790.640.87348.46657.84
Hex217C04F405715c418
Octal41714011710012753410110
Binary1000011111100010011111000000101011110101110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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