#300005

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

Shades of Rustic Red #300005

Tints of Rustic Red #300005

Color information

#300005 (or 0x300005) is unknown color: approx Rustic Red. HEX triplet: 30, 00 and 05. RGB value is (48,0,5). Sum of RGB (Red+Green+Blue) = 48+0+5=53 (7% of max value = 765). Red value is 48 (19.14% from 255 or 90.57% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 48 - color contains mainly: red. Hex color #300005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300005 is #CFFFFA. Grayscale: #0E0E0E. Windows color (decimal): -13631483 or 327728. OLE color: 327728.

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

Color convert

RGB4805-
CMYK010.900.81
HSL353.75º100%9.41%-
HSV(B)353.75º100%18.82%-
XYZ1.250.640.2-
YUV14.92122.4151.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 90.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 9.43%
R=90.57%
G=0%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4805010.900.81353.751009.41
Hex30050645A51162649
Octal6005014413212154214411
Binary1100000101011001001011010101000110110001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300005; }

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

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

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

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

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

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

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

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