#301318

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

Shades of Rustic Red #301318

Tints of Rustic Red #301318

Color information

#301318 (or 0x301318) is unknown color: approx Rustic Red. HEX triplet: 30, 13 and 18. RGB value is (48,19,24). Sum of RGB (Red+Green+Blue) = 48+19+24=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301318 is #CFECE7. Grayscale: #1C1C1C. Windows color (decimal): -13626600 or 1577776. OLE color: 1577776.

HSL color Cylindrical-coordinate representation of color #301318: hue angle of 349.66º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301318 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB481924-
CMYK00.600.50.81
HSL349.66º43.28%13.14%-
HSV(B)349.66º60.42%18.82%-
XYZ1.621.161-
YUV28.24125.61142.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=52.75%
G=20.88%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48192400.600.50.81349.6643.2813.14
Hex30131803C325115e2bd
Octal602330074621215365315
Binary1100001001111000011110011001010100011010111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301318; }

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

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

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

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

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

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

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

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