#30191D

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

Shades of Rustic Red #30191D

Tints of Rustic Red #30191D

Color information

#30191D (or 0x30191D) is unknown color: approx Rustic Red. HEX triplet: 30, 19 and 1D. RGB value is (48,25,29). Sum of RGB (Red+Green+Blue) = 48+25+29=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30191D is #CFE6E2. Grayscale: #202020. Windows color (decimal): -13625059 or 1906992. OLE color: 1906992.

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

Color convert

RGB482529-
CMYK00.480.400.81
HSL349.57º31.51%14.31%-
HSV(B)349.57º47.92%18.82%-
XYZ1.791.411.34-
YUV32.33126.12139.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=47.06%
G=24.51%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48252900.480.400.81349.5731.5114.31
Hex30191D030285115e20e
Octal603135060501215364016
Binary1100001100111101011000010100010100011010111101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30191D; }

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

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

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

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

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

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

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

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