#1A0710

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

Shades of Rustic Red #1A0710

Tints of Rustic Red #1A0710

Color information

#1A0710 (or 0x1A0710) is unknown color: approx Rustic Red. HEX triplet: 1A, 07 and 10. RGB value is (26,7,16). Sum of RGB (Red+Green+Blue) = 26+7+16=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0710 is #E5F8EF. Grayscale: #0D0D0D. Windows color (decimal): -15071472 or 1050394. OLE color: 1050394.

HSL color Cylindrical-coordinate representation of color #1A0710: hue angle of 331.58º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A0710 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.90.

Color convert

RGB26716-
CMYK00.730.380.90
HSL331.58º57.58%6.47%-
HSV(B)331.58º73.08%10.2%-
XYZ0.60.410.54-
YUV13.71129.29136.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 53.06%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=53.06%
G=14.29%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2671600.730.380.90331.5857.586.47
Hex1A710049265A14c3a6
Octal32720011146132514726
Binary1101011110000010010011001101011010101001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,16); }

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

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

 a { background-color: rgb(26,7,16); }

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

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

 span { border-color: rgb(26,7,16); }

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