#300612

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

Shades of Rustic Red #300612

Tints of Rustic Red #300612

Color information

#300612 (or 0x300612) is unknown color: approx Rustic Red. HEX triplet: 30, 06 and 12. RGB value is (48,6,18). Sum of RGB (Red+Green+Blue) = 48+6+18=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300612 is #CFF9ED. Grayscale: #131313. Windows color (decimal): -13629934 or 1181232. OLE color: 1181232.

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

Color convert

RGB48618-
CMYK00.870.630.81
HSL342.86º77.78%10.59%-
HSV(B)342.86º87.5%18.82%-
XYZ1.390.80.65-
YUV19.93126.91148.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 18 (7.42% from 255) = 25%
R=66.67%
G=8.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4861800.870.630.81342.8677.7810.59
Hex306120573F511574eb
Octal6062201277712152711613
Binary1100001101001001010111111111101000110101011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300612; }

 p { color: rgb(48,6,18); }

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

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

 a { background-color: rgb(48,6,18); }

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

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

 span { border-color: rgb(48,6,18); }

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