#1C000B

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

Shades of Rustic Red #1C000B

Tints of Rustic Red #1C000B

Color information

#1C000B (or 0x1C000B) is unknown color: approx Rustic Red. HEX triplet: 1C, 00 and 0B. RGB value is (28,0,11). Sum of RGB (Red+Green+Blue) = 28+0+11=39 (5% of max value = 765). Red value is 28 (11.33% from 255 or 71.79% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 28 - color contains mainly: red. Hex color #1C000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C000B is #E3FFF4. Grayscale: #090909. Windows color (decimal): -14942197 or 720924. OLE color: 720924.

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

Color convert

RGB28011-
CMYK010.610.89
HSL336.43º100%5.49%-
HSV(B)336.43º100%10.98%-
XYZ0.540.270.34-
YUV9.63128.78141.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 71.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 28.21%
R=71.79%
G=0%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28011010.610.89336.431005.49
Hex1C0B0643D59150645
Octal340130144751315201445
Binary11100010110110010011110110110011010100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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