#1C1502

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

Shades of Maire #1C1502

Tints of Maire #1C1502

Color information

#1C1502 (or 0x1C1502) is unknown color: approx Maire. HEX triplet: 1C, 15 and 02. RGB value is (28,21,2). Sum of RGB (Red+Green+Blue) = 28+21+2=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1502 is #E3EAFD. Grayscale: #151515. Windows color (decimal): -14936830 or 136476. OLE color: 136476.

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

Color convert

RGB28212-
CMYK00.250.930.89
HSL43.85º86.67%5.88%-
HSV(B)43.85º92.86%10.98%-
XYZ0.760.790.17-
YUV20.93117.32133.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 54.90%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 2 (1.17% from 255) = 3.92%
R=54.90%
G=41.18%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2821200.250.930.8943.8586.675.88
Hex1C1520195D592c576
Octal34252031135131541276
Binary111001010110011001101110110110011011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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