#301213

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

Shades of Rustic Red #301213

Tints of Rustic Red #301213

Color information

#301213 (or 0x301213) is unknown color: approx Rustic Red. HEX triplet: 30, 12 and 13. RGB value is (48,18,19). Sum of RGB (Red+Green+Blue) = 48+18+19=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301213 is #CFEDEC. Grayscale: #1B1B1B. Windows color (decimal): -13626861 or 1249840. OLE color: 1249840.

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

Color convert

RGB481819-
CMYK00.630.600.81
HSL358º45.45%12.94%-
HSV(B)358º62.5%18.82%-
XYZ1.551.110.75-
YUV27.08123.44142.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=56.47%
G=21.18%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48181900.630.600.8135845.4512.94
Hex30121303F3C511662dd
Octal602223077741215465515
Binary1100001001010011011111111110010100011011001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301213; }

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

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

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

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

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

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

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

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