#301016

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

Shades of Rustic Red #301016

Tints of Rustic Red #301016

Color information

#301016 (or 0x301016) is unknown color: approx Rustic Red. HEX triplet: 30, 10 and 16. RGB value is (48,16,22). Sum of RGB (Red+Green+Blue) = 48+16+22=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301016 is #CFEFE9. Grayscale: #1A1A1A. Windows color (decimal): -13627370 or 1445936. OLE color: 1445936.

HSL color Cylindrical-coordinate representation of color #301016: hue angle of 348.75º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301016 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB481622-
CMYK00.670.540.81
HSL348.75º50%12.55%-
HSV(B)348.75º66.67%18.82%-
XYZ1.551.060.88-
YUV26.25125.6143.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 22 (8.98% from 255) = 25.58%
R=55.81%
G=18.60%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48162200.670.540.81348.755012.55
Hex301016043365115d32d
Octal6020260103661215356215
Binary11000010000101100100001111011010100011010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301016; }

 p { color: rgb(48,16,22); }

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

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

 a { background-color: rgb(48,16,22); }

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

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

 span { border-color: rgb(48,16,22); }

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