#260B0E

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

Shades of Rustic Red #260B0E

Tints of Rustic Red #260B0E

Color information

#260B0E (or 0x260B0E) is unknown color: approx Rustic Red. HEX triplet: 26, 0B and 0E. RGB value is (38,11,14). Sum of RGB (Red+Green+Blue) = 38+11+14=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B0E is #D9F4F1. Grayscale: #131313. Windows color (decimal): -14284018 or 920358. OLE color: 920358.

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

Color convert

RGB381114-
CMYK00.710.630.85
HSL353.33º55.1%9.61%-
HSV(B)353.33º71.05%14.9%-
XYZ10.680.49-
YUV19.42124.95141.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 60.32%
GREEN value IS 11 (4.69% from 255) = 17.46%
BLUE value IS 14 (5.86% from 255) = 22.22%
R=60.32%
G=17.46%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38111400.710.630.85353.3355.19.61
Hex26BE0473F5516137a
Octal4613160107771255416712
Binary100110101111100100011111111110101011011000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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