#300613

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

Shades of Rustic Red #300613

Tints of Rustic Red #300613

Color information

#300613 (or 0x300613) is unknown color: approx Rustic Red. HEX triplet: 30, 06 and 13. RGB value is (48,6,19). Sum of RGB (Red+Green+Blue) = 48+6+19=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300613 is #CFF9EC. Grayscale: #141414. Windows color (decimal): -13629933 or 1246768. OLE color: 1246768.

HSL color Cylindrical-coordinate representation of color #300613: hue angle of 341.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300613 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB48619-
CMYK00.870.600.81
HSL341.43º77.78%10.59%-
HSV(B)341.43º87.5%18.82%-
XYZ1.40.810.7-
YUV20.04127.41147.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=65.75%
G=8.22%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4861900.870.600.81341.4377.7810.59
Hex306130573C511554eb
Octal6062301277412152511613
Binary1100001101001101010111111100101000110101010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300613; }

 p { color: rgb(48,6,19); }

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

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

 a { background-color: rgb(48,6,19); }

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

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

 span { border-color: rgb(48,6,19); }

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