#30141A

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

Shades of Rustic Red #30141A

Tints of Rustic Red #30141A

Color information

#30141A (or 0x30141A) is unknown color: approx Rustic Red. HEX triplet: 30, 14 and 1A. RGB value is (48,20,26). Sum of RGB (Red+Green+Blue) = 48+20+26=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30141A is #CFEBE5. Grayscale: #1D1D1D. Windows color (decimal): -13626342 or 1709104. OLE color: 1709104.

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

Color convert

RGB482026-
CMYK00.580.460.81
HSL347.14º41.18%13.33%-
HSV(B)347.14º58.33%18.82%-
XYZ1.661.21.12-
YUV29.06126.28141.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=51.06%
G=21.28%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48202600.580.460.81347.1441.1813.33
Hex30141A03A2E5115b29d
Octal602432072561215335115
Binary1100001010011010011101010111010100011010110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30141A; }

 p { color: rgb(48,20,26); }

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

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

 a { background-color: rgb(48,20,26); }

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

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

 span { border-color: rgb(48,20,26); }

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