#30040C

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

Shades of Rustic Red #30040C

Tints of Rustic Red #30040C

Color information

#30040C (or 0x30040C) is unknown color: approx Rustic Red. HEX triplet: 30, 04 and 0C. RGB value is (48,4,12). Sum of RGB (Red+Green+Blue) = 48+4+12=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #30040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30040C is #CFFBF3. Grayscale: #121212. Windows color (decimal): -13630452 or 787504. OLE color: 787504.

HSL color Cylindrical-coordinate representation of color #30040C: hue angle of 349.09º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30040C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB48412-
CMYK00.920.750.81
HSL349.09º84.62%10.2%-
HSV(B)349.09º91.67%18.82%-
XYZ1.330.740.42-
YUV18.07124.58149.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=75%
G=6.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4841200.920.750.81349.0984.6210.2
Hex304C05C4B5115d55a
Octal60414013411312153512512
Binary1100001001100010111001001011101000110101110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30040C; }

 p { color: rgb(48,4,12); }

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

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

 a { background-color: rgb(48,4,12); }

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

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

 span { border-color: rgb(48,4,12); }

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