#210308

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

Shades of Rustic Red #210308

Tints of Rustic Red #210308

Color information

#210308 (or 0x210308) is unknown color: approx Rustic Red. HEX triplet: 21, 03 and 08. RGB value is (33,3,8). Sum of RGB (Red+Green+Blue) = 33+3+8=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #210308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210308 is #DEFCF7. Grayscale: #0C0C0C. Windows color (decimal): -14613752 or 525089. OLE color: 525089.

HSL color Cylindrical-coordinate representation of color #210308: hue angle of 350º 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 #210308 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.87.

Color convert

RGB3338-
CMYK00.910.760.87
HSL350º83.33%7.06%-
HSV(B)350º90.91%12.94%-
XYZ0.70.410.27-
YUV12.54125.44142.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 8 (3.52% from 255) = 18.18%
R=75%
G=6.82%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333800.910.760.8735083.337.06
Hex213805B4C5715e537
Octal4131001331141275361237
Binary10000111100001011011100110010101111010111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210308; }

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

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

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

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

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

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

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

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