#30171D

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

Shades of Rustic Red #30171D

Tints of Rustic Red #30171D

Color information

#30171D (or 0x30171D) is unknown color: approx Rustic Red. HEX triplet: 30, 17 and 1D. RGB value is (48,23,29). Sum of RGB (Red+Green+Blue) = 48+23+29=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30171D is #CFE8E2. Grayscale: #1F1F1F. Windows color (decimal): -13625571 or 1906480. OLE color: 1906480.

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

Color convert

RGB482329-
CMYK00.520.400.81
HSL345.6º35.21%13.92%-
HSV(B)345.6º52.08%18.82%-
XYZ1.751.331.33-
YUV31.16126.78140.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 23 (9.38% from 255) = 23%
BLUE value IS 29 (11.72% from 255) = 29%
R=48%
G=23%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48232900.520.400.81345.635.2113.92
Hex30171D034285115a23e
Octal602735064501215324316
Binary1100001011111101011010010100010100011010110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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