#300210

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

Shades of Rustic Red #300210

Tints of Rustic Red #300210

Color information

#300210 (or 0x300210) is unknown color: approx Rustic Red. HEX triplet: 30, 02 and 10. RGB value is (48,2,16). Sum of RGB (Red+Green+Blue) = 48+2+16=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300210 is #CFFDEF. Grayscale: #111111. Windows color (decimal): -13630960 or 1049136. OLE color: 1049136.

HSL color Cylindrical-coordinate representation of color #300210: hue angle of 341.74º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300210 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB48216-
CMYK00.960.670.81
HSL341.74º92%9.8%-
HSV(B)341.74º95.83%18.82%-
XYZ1.330.710.56-
YUV17.35127.24149.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=72.73%
G=3.03%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821600.960.670.81341.74929.8
Hex3021006043511565ca
Octal60220014010312152613412
Binary1100001010000011000001000011101000110101011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300210; }

 p { color: rgb(48,2,16); }

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

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

 a { background-color: rgb(48,2,16); }

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

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

 span { border-color: rgb(48,2,16); }

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