#30090C

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

Shades of Rustic Red #30090C

Tints of Rustic Red #30090C

Color information

#30090C (or 0x30090C) is unknown color: approx Rustic Red. HEX triplet: 30, 09 and 0C. RGB value is (48,9,12). Sum of RGB (Red+Green+Blue) = 48+9+12=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #30090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30090C is #CFF6F3. Grayscale: #151515. Windows color (decimal): -13629172 or 788784. OLE color: 788784.

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

Color convert

RGB48912-
CMYK00.810.750.81
HSL355.38º68.42%11.18%-
HSV(B)355.38º81.25%18.82%-
XYZ1.380.850.44-
YUV21122.92147.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 69.57%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=69.57%
G=13.04%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4891200.810.750.81355.3868.4211.18
Hex309C0514B5116344b
Octal601114012111312154310413
Binary11000010011100010100011001011101000110110001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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