#301014

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

Shades of Rustic Red #301014

Tints of Rustic Red #301014

Color information

#301014 (or 0x301014) is unknown color: approx Rustic Red. HEX triplet: 30, 10 and 14. RGB value is (48,16,20). Sum of RGB (Red+Green+Blue) = 48+16+20=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301014 is #CFEFEB. Grayscale: #1A1A1A. Windows color (decimal): -13627372 or 1314864. OLE color: 1314864.

HSL color Cylindrical-coordinate representation of color #301014: hue angle of 352.5º 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 #301014 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB481620-
CMYK00.670.580.81
HSL352.5º50%12.55%-
HSV(B)352.5º66.67%18.82%-
XYZ1.531.050.78-
YUV26.02124.6143.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=57.14%
G=19.05%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48162000.670.580.81352.55012.55
Hex3010140433A5116032d
Octal6020240103721215406215
Binary11000010000101000100001111101010100011011000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301014; }

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

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

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

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

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

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

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

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