#300F1A

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

Shades of Rustic Red #300F1A

Tints of Rustic Red #300F1A

Color information

#300F1A (or 0x300F1A) is unknown color: approx Rustic Red. HEX triplet: 30, 0F and 1A. RGB value is (48,15,26). Sum of RGB (Red+Green+Blue) = 48+15+26=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F1A is #CFF0E5. Grayscale: #1A1A1A. Windows color (decimal): -13627622 or 1707824. OLE color: 1707824.

HSL color Cylindrical-coordinate representation of color #300F1A: hue angle of 340º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F1A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB481526-
CMYK00.690.460.81
HSL340º52.38%12.35%-
HSV(B)340º68.75%18.82%-
XYZ1.581.041.1-
YUV26.12127.93143.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=53.93%
G=16.85%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48152600.690.460.8134052.3812.35
Hex30F1A0452E5115434c
Octal6017320105561215246414
Binary1100001111110100100010110111010100011010101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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