#1C060F

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

Shades of Rustic Red #1C060F

Tints of Rustic Red #1C060F

Color information

#1C060F (or 0x1C060F) is unknown color: approx Rustic Red. HEX triplet: 1C, 06 and 0F. RGB value is (28,6,15). Sum of RGB (Red+Green+Blue) = 28+6+15=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C060F is #E3F9F0. Grayscale: #0D0D0D. Windows color (decimal): -14940657 or 984604. OLE color: 984604.

HSL color Cylindrical-coordinate representation of color #1C060F: hue angle of 335.45º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C060F is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB28615-
CMYK00.790.460.89
HSL335.45º64.71%6.67%-
HSV(B)335.45º78.57%10.98%-
XYZ0.630.410.5-
YUV13.6128.79138.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 57.14%
GREEN value IS 6 (2.73% from 255) = 12.24%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=57.14%
G=12.24%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2861500.790.460.89335.4564.716.67
Hex1C6F04F2E5914f417
Octal346170117561315171017
Binary1110011011110100111110111010110011010011111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C060F; }

 p { color: rgb(28,6,15); }

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

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

 a { background-color: rgb(28,6,15); }

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

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

 span { border-color: rgb(28,6,15); }

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