#260710

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

Shades of Rustic Red #260710

Tints of Rustic Red #260710

Color information

#260710 (or 0x260710) is unknown color: approx Rustic Red. HEX triplet: 26, 07 and 10. RGB value is (38,7,16). Sum of RGB (Red+Green+Blue) = 38+7+16=61 (8% of max value = 765). Red value is 38 (15.23% from 255 or 62.30% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 38 - color contains mainly: red. Hex color #260710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260710 is #D9F8EF. Grayscale: #111111. Windows color (decimal): -14285040 or 1050406. OLE color: 1050406.

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

Color convert

RGB38716-
CMYK00.820.580.85
HSL342.58º68.89%8.82%-
HSV(B)342.58º81.58%14.9%-
XYZ0.970.60.56-
YUV17.3127.27142.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 62.30%
GREEN value IS 7 (3.12% from 255) = 11.48%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=62.30%
G=11.48%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3871600.820.580.85342.5868.898.82
Hex267100523A55157459
Octal4672001227212552710511
Binary1001101111000001010010111010101010110101011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260710; }

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

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

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

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

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

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

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

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