#300809

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

Shades of Rustic Red #300809

Tints of Rustic Red #300809

Color information

#300809 (or 0x300809) is unknown color: approx Rustic Red. HEX triplet: 30, 08 and 09. RGB value is (48,8,9). Sum of RGB (Red+Green+Blue) = 48+8+9=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #300809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300809 is #CFF7F6. Grayscale: #141414. Windows color (decimal): -13629431 or 591920. OLE color: 591920.

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

Color convert

RGB4889-
CMYK00.830.810.81
HSL358.5º71.43%10.98%-
HSV(B)358.5º83.33%18.82%-
XYZ1.360.820.35-
YUV20.07121.75147.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 73.85%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 9 (3.91% from 255) = 13.85%
R=73.85%
G=12.31%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal488900.830.810.81358.571.4310.98
Hex3089053515116647b
Octal601011012312112154610713
Binary11000010001001010100111010001101000110110011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300809; }

 p { color: rgb(48,8,9); }

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

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

 a { background-color: rgb(48,8,9); }

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

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

 span { border-color: rgb(48,8,9); }

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