#30060C

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

Shades of Rustic Red #30060C

Tints of Rustic Red #30060C

Color information

#30060C (or 0x30060C) is unknown color: approx Rustic Red. HEX triplet: 30, 06 and 0C. RGB value is (48,6,12). Sum of RGB (Red+Green+Blue) = 48+6+12=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #30060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060C is #CFF9F3. Grayscale: #131313. Windows color (decimal): -13629940 or 788016. OLE color: 788016.

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

Color convert

RGB48612-
CMYK00.870.750.81
HSL351.43º77.78%10.59%-
HSV(B)351.43º87.5%18.82%-
XYZ1.350.790.43-
YUV19.24123.91148.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 6 (2.73% from 255) = 9.09%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=72.73%
G=9.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4861200.870.750.81351.4377.7810.59
Hex306C0574B5115f4eb
Octal60614012711312153711613
Binary1100001101100010101111001011101000110101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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