#1A180A

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

Shades of Maire #1A180A

Tints of Maire #1A180A

Color information

#1A180A (or 0x1A180A) is unknown color: approx Maire. HEX triplet: 1A, 18 and 0A. RGB value is (26,24,10). Sum of RGB (Red+Green+Blue) = 26+24+10=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 26 - color contains mainly: red. Hex color #1A180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A180A is #E5E7F5. Grayscale: #171717. Windows color (decimal): -15067126 or 661530. OLE color: 661530.

HSL color Cylindrical-coordinate representation of color #1A180A: hue angle of 52.5º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A180A is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.90.

Color convert

RGB262410-
CMYK00.080.620.90
HSL52.5º44.44%7.06%-
HSV(B)52.5º61.54%10.2%-
XYZ0.810.890.42-
YUV23120.66130.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 43.33%
GREEN value IS 24 (9.77% from 255) = 40%
BLUE value IS 10 (4.30% from 255) = 16.67%
R=43.33%
G=40%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26241000.080.620.9052.544.447.06
Hex1A18A083E5A342c7
Octal3230120107613264547
Binary11010110001010010001111101011010110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,24,10); }

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

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

 a { background-color: rgb(26,24,10); }

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

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

 span { border-color: rgb(26,24,10); }

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