#260814

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

Shades of Rustic Red #260814

Tints of Rustic Red #260814

Color information

#260814 (or 0x260814) is unknown color: approx Rustic Red. HEX triplet: 26, 08 and 14. RGB value is (38,8,20). Sum of RGB (Red+Green+Blue) = 38+8+20=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #260814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260814 is #D9F7EB. Grayscale: #121212. Windows color (decimal): -14284780 or 1312806. OLE color: 1312806.

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

Color convert

RGB38820-
CMYK00.790.470.85
HSL336º65.22%9.02%-
HSV(B)336º78.95%14.9%-
XYZ1.010.640.73-
YUV18.34128.94142.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 57.58%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 20 (8.20% from 255) = 30.30%
R=57.58%
G=12.12%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3882000.790.470.8533665.229.02
Hex2681404F2F55150419
Octal46102401175712552010111
Binary10011010001010001001111101111101010110101000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260814; }

 p { color: rgb(38,8,20); }

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

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

 a { background-color: rgb(38,8,20); }

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

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

 span { border-color: rgb(38,8,20); }

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