#1C0B13

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

Shades of Rustic Red #1C0B13

Tints of Rustic Red #1C0B13

Color information

#1C0B13 (or 0x1C0B13) is unknown color: approx Rustic Red. HEX triplet: 1C, 0B and 13. RGB value is (28,11,19). Sum of RGB (Red+Green+Blue) = 28+11+19=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B13 is #E3F4EC. Grayscale: #101010. Windows color (decimal): -14939373 or 1248028. OLE color: 1248028.

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

Color convert

RGB281119-
CMYK00.610.320.89
HSL331.76º43.59%7.65%-
HSV(B)331.76º60.71%10.98%-
XYZ0.720.530.68-
YUV17129.13135.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 48.28%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=48.28%
G=18.97%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28111900.610.320.89331.7643.597.65
Hex1CB1303D205914c2c8
Octal341323075401315145410
Binary11100101110011011110110000010110011010011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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