#21030E

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

Shades of Rustic Red #21030E

Tints of Rustic Red #21030E

Color information

#21030E (or 0x21030E) is unknown color: approx Rustic Red. HEX triplet: 21, 03 and 0E. RGB value is (33,3,14). Sum of RGB (Red+Green+Blue) = 33+3+14=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #21030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21030E is #DEFCF1. Grayscale: #0D0D0D. Windows color (decimal): -14613746 or 918305. OLE color: 918305.

HSL color Cylindrical-coordinate representation of color #21030E: hue angle of 338º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21030E is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB33314-
CMYK00.910.580.87
HSL338º83.33%7.06%-
HSV(B)338º90.91%12.94%-
XYZ0.740.420.46-
YUV13.22128.44142.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 66%
GREEN value IS 3 (1.56% from 255) = 6%
BLUE value IS 14 (5.86% from 255) = 28%
R=66%
G=6%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3331400.910.580.8733883.337.06
Hex213E05B3A57152537
Octal413160133721275221237
Binary1000011111100101101111101010101111010100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21030E; }

 p { color: rgb(33,3,14); }

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

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

 a { background-color: rgb(33,3,14); }

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

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

 span { border-color: rgb(33,3,14); }

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