#1C080B

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

Shades of Rustic Red #1C080B

Tints of Rustic Red #1C080B

Color information

#1C080B (or 0x1C080B) is unknown color: approx Rustic Red. HEX triplet: 1C, 08 and 0B. RGB value is (28,8,11). Sum of RGB (Red+Green+Blue) = 28+8+11=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C080B is #E3F7F4. Grayscale: #0E0E0E. Windows color (decimal): -14940149 or 722972. OLE color: 722972.

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

Color convert

RGB28811-
CMYK00.710.610.89
HSL351º55.56%7.06%-
HSV(B)351º71.43%10.98%-
XYZ0.630.440.37-
YUV14.32126.13137.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 59.57%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 11 (4.69% from 255) = 23.40%
R=59.57%
G=17.02%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2881100.710.610.8935155.567.06
Hex1C8B0473D5915f387
Octal341013010775131537707
Binary1110010001011010001111111011011001101011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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