#260010

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

Shades of Rustic Red #260010

Tints of Rustic Red #260010

Color information

#260010 (or 0x260010) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 10. RGB value is (38,0,16). Sum of RGB (Red+Green+Blue) = 38+0+16=54 (7% of max value = 765). Red value is 38 (15.23% from 255 or 70.37% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 38 - color contains mainly: red. Hex color #260010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260010 is #D9FFEF. Grayscale: #0D0D0D. Windows color (decimal): -14286832 or 1048614. OLE color: 1048614.

HSL color Cylindrical-coordinate representation of color #260010: hue angle of 334.74º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260010 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.85.

Color convert

RGB38016-
CMYK010.580.85
HSL334.74º100%7.45%-
HSV(B)334.74º100%14.9%-
XYZ0.890.450.53-
YUV13.19129.59145.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 70.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=70.37%
G=0%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38016010.580.85334.741007.45
Hex260100643A5514f647
Octal460200144721255171447
Binary1001100100000110010011101010101011010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260010; }

 p { color: rgb(38,0,16); }

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

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

 a { background-color: rgb(38,0,16); }

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

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

 span { border-color: rgb(38,0,16); }

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