#30060D

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

Shades of Rustic Red #30060D

Tints of Rustic Red #30060D

Color information

#30060D (or 0x30060D) is unknown color: approx Rustic Red. HEX triplet: 30, 06 and 0D. RGB value is (48,6,13). Sum of RGB (Red+Green+Blue) = 48+6+13=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #30060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060D is #CFF9F2. Grayscale: #131313. Windows color (decimal): -13629939 or 853552. OLE color: 853552.

HSL color Cylindrical-coordinate representation of color #30060D: hue angle of 350º 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 #30060D is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB48613-
CMYK00.870.730.81
HSL350º77.78%10.59%-
HSV(B)350º87.5%18.82%-
XYZ1.360.790.46-
YUV19.36124.41148.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 71.64%
GREEN value IS 6 (2.73% from 255) = 8.96%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=71.64%
G=8.96%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4861300.870.730.8135077.7810.59
Hex306D057495115e4eb
Octal60615012711112153611613
Binary1100001101101010101111001001101000110101111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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