#30060B

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

Shades of Rustic Red #30060B

Tints of Rustic Red #30060B

Color information

#30060B (or 0x30060B) is unknown color: approx Rustic Red. HEX triplet: 30, 06 and 0B. RGB value is (48,6,11). Sum of RGB (Red+Green+Blue) = 48+6+11=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #30060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060B is #CFF9F4. Grayscale: #131313. Windows color (decimal): -13629941 or 722480. OLE color: 722480.

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

Color convert

RGB48611-
CMYK00.870.770.81
HSL352.86º77.78%10.59%-
HSV(B)352.86º87.5%18.82%-
XYZ1.340.780.4-
YUV19.13123.41148.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 73.85%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=73.85%
G=9.23%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4861100.870.770.81352.8677.7810.59
Hex306B0574D511614eb
Octal60613012711512154111613
Binary1100001101011010101111001101101000110110000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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