#300515

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

Shades of Rustic Red #300515

Tints of Rustic Red #300515

Color information

#300515 (or 0x300515) is unknown color: approx Rustic Red. HEX triplet: 30, 05 and 15. RGB value is (48,5,21). Sum of RGB (Red+Green+Blue) = 48+5+21=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300515 is #CFFAEA. Grayscale: #131313. Windows color (decimal): -13630187 or 1377584. OLE color: 1377584.

HSL color Cylindrical-coordinate representation of color #300515: hue angle of 337.67º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300515 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB48521-
CMYK00.900.560.81
HSL337.67º81.13%10.39%-
HSV(B)337.67º89.58%18.82%-
XYZ1.410.790.79-
YUV19.68128.75148.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 21 (8.59% from 255) = 28.38%
R=64.86%
G=6.76%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4852100.900.560.81337.6781.1310.39
Hex3051505A385115251a
Octal6052501327012152212112
Binary1100001011010101011010111000101000110101001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300515; }

 p { color: rgb(48,5,21); }

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

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

 a { background-color: rgb(48,5,21); }

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

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

 span { border-color: rgb(48,5,21); }

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