#300712

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

Shades of Rustic Red #300712

Tints of Rustic Red #300712

Color information

#300712 (or 0x300712) is unknown color: approx Rustic Red. HEX triplet: 30, 07 and 12. RGB value is (48,7,18). Sum of RGB (Red+Green+Blue) = 48+7+18=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300712 is #CFF8ED. Grayscale: #141414. Windows color (decimal): -13629678 or 1181488. OLE color: 1181488.

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

Color convert

RGB48718-
CMYK00.850.630.81
HSL343.9º74.55%10.78%-
HSV(B)343.9º85.42%18.82%-
XYZ1.40.820.66-
YUV20.51126.58147.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=65.75%
G=9.59%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4871800.850.630.81343.974.5510.78
Hex307120553F511584bb
Octal6072201257712153011313
Binary1100001111001001010101111111101000110101100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300712; }

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

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

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

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

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

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

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

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