#301017

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

Shades of Rustic Red #301017

Tints of Rustic Red #301017

Color information

#301017 (or 0x301017) is unknown color: approx Rustic Red. HEX triplet: 30, 10 and 17. RGB value is (48,16,23). Sum of RGB (Red+Green+Blue) = 48+16+23=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301017 is #CFEFE8. Grayscale: #1A1A1A. Windows color (decimal): -13627369 or 1511472. OLE color: 1511472.

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

Color convert

RGB481623-
CMYK00.670.520.81
HSL346.88º50%12.55%-
HSV(B)346.88º66.67%18.82%-
XYZ1.561.060.93-
YUV26.37126.1143.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 23 (9.38% from 255) = 26.44%
R=55.17%
G=18.39%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48162300.670.520.81346.885012.55
Hex301017043345115b32d
Octal6020270103641215336215
Binary11000010000101110100001111010010100011010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301017; }

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

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

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

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

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

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

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

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