#1C060D

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

Shades of Rustic Red #1C060D

Tints of Rustic Red #1C060D

Color information

#1C060D (or 0x1C060D) is unknown color: approx Rustic Red. HEX triplet: 1C, 06 and 0D. RGB value is (28,6,13). Sum of RGB (Red+Green+Blue) = 28+6+13=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C060D is #E3F9F2. Grayscale: #0D0D0D. Windows color (decimal): -14940659 or 853532. OLE color: 853532.

HSL color Cylindrical-coordinate representation of color #1C060D: hue angle of 340.91º 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 #1C060D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.89.

Color convert

RGB28613-
CMYK00.790.540.89
HSL340.91º64.71%6.67%-
HSV(B)340.91º78.57%10.98%-
XYZ0.620.410.43-
YUV13.38127.79138.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 59.57%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=59.57%
G=12.77%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2861300.790.540.89340.9164.716.67
Hex1C6D04F3659155417
Octal346150117661315251017
Binary1110011011010100111111011010110011010101011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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