#1C010B

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

Shades of Rustic Red #1C010B

Tints of Rustic Red #1C010B

Color information

#1C010B (or 0x1C010B) is unknown color: approx Rustic Red. HEX triplet: 1C, 01 and 0B. RGB value is (28,1,11). Sum of RGB (Red+Green+Blue) = 28+1+11=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C010B is #E3FEF4. Grayscale: #0A0A0A. Windows color (decimal): -14941941 or 721180. OLE color: 721180.

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

Color convert

RGB28111-
CMYK00.960.610.89
HSL337.78º93.1%5.69%-
HSV(B)337.78º96.43%10.98%-
XYZ0.550.290.34-
YUV10.21128.45140.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 70%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=70%
G=2.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811100.960.610.89337.7893.15.69
Hex1C1B0603D591525d6
Octal341130140751315221356
Binary11100110110110000011110110110011010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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