#300A11

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

Shades of Rustic Red #300A11

Tints of Rustic Red #300A11

Color information

#300A11 (or 0x300A11) is unknown color: approx Rustic Red. HEX triplet: 30, 0A and 11. RGB value is (48,10,17). Sum of RGB (Red+Green+Blue) = 48+10+17=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A11 is #CFF5EE. Grayscale: #161616. Windows color (decimal): -13628911 or 1116720. OLE color: 1116720.

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

Color convert

RGB481017-
CMYK00.790.650.81
HSL348.95º65.52%11.37%-
HSV(B)348.95º79.17%18.82%-
XYZ1.430.890.63-
YUV22.16125.09146.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 10 (4.30% from 255) = 13.33%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=64%
G=13.33%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48101700.790.650.81348.9565.5211.37
Hex30A1104F415115d42b
Octal601221011710112153510213
Binary110000101010001010011111000001101000110101110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300A11; }

 p { color: rgb(48,10,17); }

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

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

 a { background-color: rgb(48,10,17); }

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

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

 span { border-color: rgb(48,10,17); }

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