#260A0E

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

Shades of Rustic Red #260A0E

Tints of Rustic Red #260A0E

Color information

#260A0E (or 0x260A0E) is unknown color: approx Rustic Red. HEX triplet: 26, 0A and 0E. RGB value is (38,10,14). Sum of RGB (Red+Green+Blue) = 38+10+14=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A0E is #D9F5F1. Grayscale: #121212. Windows color (decimal): -14284274 or 920102. OLE color: 920102.

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

Color convert

RGB381014-
CMYK00.740.630.85
HSL351.43º58.33%9.41%-
HSV(B)351.43º73.68%14.9%-
XYZ0.990.660.49-
YUV18.83125.28141.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 10 (4.30% from 255) = 16.13%
BLUE value IS 14 (5.86% from 255) = 22.58%
R=61.29%
G=16.13%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38101400.740.630.85351.4358.339.41
Hex26AE04A3F5515f3a9
Octal4612160112771255377211
Binary100110101011100100101011111110101011010111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260A0E; }

 p { color: rgb(38,10,14); }

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

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

 a { background-color: rgb(38,10,14); }

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

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

 span { border-color: rgb(38,10,14); }

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