#1C0508

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

Shades of Rustic Red #1C0508

Tints of Rustic Red #1C0508

Color information

#1C0508 (or 0x1C0508) is unknown color: approx Rustic Red. HEX triplet: 1C, 05 and 08. RGB value is (28,5,8). Sum of RGB (Red+Green+Blue) = 28+5+8=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0508 is #E3FAF7. Grayscale: #0C0C0C. Windows color (decimal): -14940920 or 525596. OLE color: 525596.

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

Color convert

RGB2858-
CMYK00.820.710.89
HSL352.17º69.7%6.47%-
HSV(B)352.17º82.14%10.98%-
XYZ0.580.370.27-
YUV12.22125.62139.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 68.29%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=68.29%
G=12.20%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal285800.820.710.89352.1769.76.47
Hex1C580524759160466
Octal3451001221071315401066
Binary11100101100001010010100011110110011011000001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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