#1C0506

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

Shades of Rustic Red #1C0506

Tints of Rustic Red #1C0506

Color information

#1C0506 (or 0x1C0506) is unknown color: approx Rustic Red. HEX triplet: 1C, 05 and 06. RGB value is (28,5,6). Sum of RGB (Red+Green+Blue) = 28+5+6=39 (5% of max value = 765). Red value is 28 (11.33% from 255 or 71.79% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0506 is #E3FAF9. Grayscale: #0C0C0C. Windows color (decimal): -14940922 or 394524. OLE color: 394524.

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

Color convert

RGB2856-
CMYK00.820.790.89
HSL357.39º69.7%6.47%-
HSV(B)357.39º82.14%10.98%-
XYZ0.570.370.21-
YUV11.99124.62139.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 71.79%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 6 (2.73% from 255) = 15.38%
R=71.79%
G=12.82%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal285600.820.790.89357.3969.76.47
Hex1C560524F59165466
Octal345601221171315451066
Binary1110010111001010010100111110110011011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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