#300810

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

Shades of Rustic Red #300810

Tints of Rustic Red #300810

Color information

#300810 (or 0x300810) is unknown color: approx Rustic Red. HEX triplet: 30, 08 and 10. RGB value is (48,8,16). Sum of RGB (Red+Green+Blue) = 48+8+16=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300810 is #CFF7EF. Grayscale: #141414. Windows color (decimal): -13629424 or 1050672. OLE color: 1050672.

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

Color convert

RGB48816-
CMYK00.830.670.81
HSL348º71.43%10.98%-
HSV(B)348º83.33%18.82%-
XYZ1.40.840.58-
YUV20.87125.25147.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=66.67%
G=11.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4881600.830.670.8134871.4310.98
Hex30810053435115c47b
Octal601020012310312153410713
Binary110000100010000010100111000011101000110101110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300810; }

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

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

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

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

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

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

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

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