#300813

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

Shades of Rustic Red #300813

Tints of Rustic Red #300813

Color information

#300813 (or 0x300813) is unknown color: approx Rustic Red. HEX triplet: 30, 08 and 13. RGB value is (48,8,19). Sum of RGB (Red+Green+Blue) = 48+8+19=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300813 is #CFF7EC. Grayscale: #151515. Windows color (decimal): -13629421 or 1247280. OLE color: 1247280.

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

Color convert

RGB48819-
CMYK00.830.600.81
HSL343.5º71.43%10.98%-
HSV(B)343.5º83.33%18.82%-
XYZ1.420.850.7-
YUV21.21126.75147.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=64%
G=10.67%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4881900.830.600.81343.571.4310.98
Hex308130533C5115847b
Octal60102301237412153010713
Binary11000010001001101010011111100101000110101100010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300813; }

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

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

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

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

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

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

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

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