#300316

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

Shades of Rustic Red #300316

Tints of Rustic Red #300316

Color information

#300316 (or 0x300316) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 16. RGB value is (48,3,22). Sum of RGB (Red+Green+Blue) = 48+3+22=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300316 is #CFFCE9. Grayscale: #121212. Windows color (decimal): -13630698 or 1442608. OLE color: 1442608.

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

Color convert

RGB48322-
CMYK00.940.540.81
HSL334.67º88.24%10%-
HSV(B)334.67º93.75%18.82%-
XYZ1.40.750.83-
YUV18.62129.91148.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=65.75%
G=4.11%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832200.940.540.81334.6788.2410
Hex3031605E365114f58a
Octal6032601366612151713012
Binary110000111011001011110110110101000110100111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300316; }

 p { color: rgb(48,3,22); }

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

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

 a { background-color: rgb(48,3,22); }

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

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

 span { border-color: rgb(48,3,22); }

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