#1C0510

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

Shades of Rustic Red #1C0510

Tints of Rustic Red #1C0510

Color information

#1C0510 (or 0x1C0510) is unknown color: approx Rustic Red. HEX triplet: 1C, 05 and 10. RGB value is (28,5,16). Sum of RGB (Red+Green+Blue) = 28+5+16=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0510 is #E3FAEF. Grayscale: #0D0D0D. Windows color (decimal): -14940912 or 1049884. OLE color: 1049884.

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

Color convert

RGB28516-
CMYK00.820.430.89
HSL331.3º69.7%6.47%-
HSV(B)331.3º82.14%10.98%-
XYZ0.630.390.53-
YUV13.13129.62138.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 57.14%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=57.14%
G=10.20%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2851600.820.430.89331.369.76.47
Hex1C5100522B5914b466
Octal345200122531315131066
Binary11100101100000101001010101110110011010010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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