#1A1502

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

Shades of Maire #1A1502

Tints of Maire #1A1502

Color information

#1A1502 (or 0x1A1502) is unknown color: approx Maire. HEX triplet: 1A, 15 and 02. RGB value is (26,21,2). Sum of RGB (Red+Green+Blue) = 26+21+2=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1502 is #E5EAFD. Grayscale: #141414. Windows color (decimal): -15067902 or 136474. OLE color: 136474.

HSL color Cylindrical-coordinate representation of color #1A1502: hue angle of 47.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A1502 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB26212-
CMYK00.190.920.90
HSL47.5º85.71%5.49%-
HSV(B)47.5º92.31%10.2%-
XYZ0.710.760.17-
YUV20.33117.66132.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 53.06%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 2 (1.17% from 255) = 4.08%
R=53.06%
G=42.86%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2621200.190.920.9047.585.715.49
Hex1A1520135C5A30565
Octal32252023134132601265
Binary110101010110010011101110010110101100001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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