#301119

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

Shades of Rustic Red #301119

Tints of Rustic Red #301119

Color information

#301119 (or 0x301119) is unknown color: approx Rustic Red. HEX triplet: 30, 11 and 19. RGB value is (48,17,25). Sum of RGB (Red+Green+Blue) = 48+17+25=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301119 is #CFEEE6. Grayscale: #1B1B1B. Windows color (decimal): -13627111 or 1642800. OLE color: 1642800.

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

Color convert

RGB481725-
CMYK00.650.480.81
HSL344.52º47.69%12.75%-
HSV(B)344.52º64.58%18.82%-
XYZ1.591.11.05-
YUV27.18126.77142.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 25 (10.16% from 255) = 27.78%
R=53.33%
G=18.89%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48172500.650.480.81344.5247.6912.75
Hex301119041305115930d
Octal6021310101601215316015
Binary11000010001110010100000111000010100011010110011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301119; }

 p { color: rgb(48,17,25); }

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

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

 a { background-color: rgb(48,17,25); }

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

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

 span { border-color: rgb(48,17,25); }

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