#1C050A

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

Shades of Rustic Red #1C050A

Tints of Rustic Red #1C050A

Color information

#1C050A (or 0x1C050A) is unknown color: approx Rustic Red. HEX triplet: 1C, 05 and 0A. RGB value is (28,5,10). Sum of RGB (Red+Green+Blue) = 28+5+10=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C050A is #E3FAF5. Grayscale: #0C0C0C. Windows color (decimal): -14940918 or 656668. OLE color: 656668.

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

Color convert

RGB28510-
CMYK00.820.640.89
HSL346.96º69.7%6.47%-
HSV(B)346.96º82.14%10.98%-
XYZ0.590.380.33-
YUV12.45126.62139.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 65.12%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=65.12%
G=11.63%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2851000.820.640.89346.9669.76.47
Hex1C5A052405915b466
Octal3451201221001315331066
Binary11100101101001010010100000010110011010110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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