#1C0410

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

Shades of Rustic Red #1C0410

Tints of Rustic Red #1C0410

Color information

#1C0410 (or 0x1C0410) is unknown color: approx Rustic Red. HEX triplet: 1C, 04 and 10. RGB value is (28,4,16). Sum of RGB (Red+Green+Blue) = 28+4+16=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0410 is #E3FBEF. Grayscale: #0C0C0C. Windows color (decimal): -14941168 or 1049628. OLE color: 1049628.

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

Color convert

RGB28416-
CMYK00.860.430.89
HSL330º75%6.27%-
HSV(B)330º85.71%10.98%-
XYZ0.620.370.53-
YUV12.54129.95139.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 58.33%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 16 (6.64% from 255) = 33.33%
R=58.33%
G=8.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2841600.860.430.89330756.27
Hex1C4100562B5914a4b6
Octal344200126531315121136
Binary11100100100000101011010101110110011010010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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