#1C0F15

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

Shades of Rustic Red #1C0F15

Tints of Rustic Red #1C0F15

Color information

#1C0F15 (or 0x1C0F15) is unknown color: approx Rustic Red. HEX triplet: 1C, 0F and 15. RGB value is (28,15,21). Sum of RGB (Red+Green+Blue) = 28+15+21=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F15 is #E3F0EA. Grayscale: #131313. Windows color (decimal): -14938347 or 1380124. OLE color: 1380124.

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

Color convert

RGB281521-
CMYK00.460.250.89
HSL332.31º30.23%8.43%-
HSV(B)332.31º46.43%10.98%-
XYZ0.790.640.79-
YUV19.57128.81134.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.75%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=43.75%
G=23.44%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28152100.460.250.89332.3130.238.43
Hex1CF1502E195914c1e8
Octal341725056311315143610
Binary111001111101010101110110011011001101001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,15,21); }

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

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

 a { background-color: rgb(28,15,21); }

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

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

 span { border-color: rgb(28,15,21); }

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