#1C000A

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

Shades of Rustic Red #1C000A

Tints of Rustic Red #1C000A

Color information

#1C000A (or 0x1C000A) is unknown color: approx Rustic Red. HEX triplet: 1C, 00 and 0A. RGB value is (28,0,10). Sum of RGB (Red+Green+Blue) = 28+0+10=38 (5% of max value = 765). Red value is 28 (11.33% from 255 or 73.68% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 28 - color contains mainly: red. Hex color #1C000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C000A is #E3FFF5. Grayscale: #090909. Windows color (decimal): -14942198 or 655388. OLE color: 655388.

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

Color convert

RGB28010-
CMYK010.640.89
HSL338.57º100%5.49%-
HSV(B)338.57º100%10.98%-
XYZ0.530.270.31-
YUV9.51128.28141.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 73.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 26.32%
R=73.68%
G=0%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28010010.640.89338.571005.49
Hex1C0A0644059153645
Octal3401201441001315231445
Binary111000101001100100100000010110011010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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