#300106

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

Shades of Rustic Red #300106

Tints of Rustic Red #300106

Color information

#300106 (or 0x300106) is unknown color: approx Rustic Red. HEX triplet: 30, 01 and 06. RGB value is (48,1,6). Sum of RGB (Red+Green+Blue) = 48+1+6=55 (7% of max value = 765). Red value is 48 (19.14% from 255 or 87.27% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 48 - color contains mainly: red. Hex color #300106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300106 is #CFFEF9. Grayscale: #0F0F0F. Windows color (decimal): -13631226 or 393520. OLE color: 393520.

HSL color Cylindrical-coordinate representation of color #300106: hue angle of 353.62º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300106 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB4816-
CMYK00.980.870.81
HSL353.62º95.92%9.61%-
HSV(B)353.62º97.92%18.82%-
XYZ1.260.660.23-
YUV15.62122.57151.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 87.27%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=87.27%
G=1.82%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal481600.980.870.81353.6295.929.61
Hex3016062575116260a
Octal6016014212712154214012
Binary1100001110011000101010111101000110110001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300106; }

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

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

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

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

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

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

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

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