#300507

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

Shades of Rustic Red #300507

Tints of Rustic Red #300507

Color information

#300507 (or 0x300507) is unknown color: approx Rustic Red. HEX triplet: 30, 05 and 07. RGB value is (48,5,7). Sum of RGB (Red+Green+Blue) = 48+5+7=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300507 is #CFFAF8. Grayscale: #121212. Windows color (decimal): -13630201 or 460080. OLE color: 460080.

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

Color convert

RGB4857-
CMYK00.900.850.81
HSL357.21º81.13%10.39%-
HSV(B)357.21º89.58%18.82%-
XYZ1.310.750.28-
YUV18.08121.75149.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 7 (3.12% from 255) = 11.67%
R=80%
G=8.33%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal485700.900.850.81357.2181.1310.39
Hex305705A555116551a
Octal6057013212512154512112
Binary110000101111010110101010101101000110110010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300507; }

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

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

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

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

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

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

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

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