#300A0F

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

Shades of Rustic Red #300A0F

Tints of Rustic Red #300A0F

Color information

#300A0F (or 0x300A0F) is unknown color: approx Rustic Red. HEX triplet: 30, 0A and 0F. RGB value is (48,10,15). Sum of RGB (Red+Green+Blue) = 48+10+15=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A0F is #CFF5F0. Grayscale: #151515. Windows color (decimal): -13628913 or 985648. OLE color: 985648.

HSL color Cylindrical-coordinate representation of color #300A0F: hue angle of 352.11º 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 #300A0F is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB481015-
CMYK00.790.690.81
HSL352.11º65.52%11.37%-
HSV(B)352.11º79.17%18.82%-
XYZ1.410.880.55-
YUV21.93124.09146.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 10 (4.30% from 255) = 13.70%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=65.75%
G=13.70%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48101500.790.690.81352.1165.5211.37
Hex30AF04F455116042b
Octal601217011710512154010213
Binary11000010101111010011111000101101000110110000010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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