#261D1E

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

Shades of Rustic Red #261D1E

Tints of Rustic Red #261D1E

Color information

#261D1E (or 0x261D1E) is unknown color: approx Rustic Red. HEX triplet: 26, 1D and 1E. RGB value is (38,29,30). Sum of RGB (Red+Green+Blue) = 38+29+30=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 38 - color contains mainly: red. Hex color #261D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D1E is #D9E2E1. Grayscale: #1F1F1F. Windows color (decimal): -14279394 or 1973542. OLE color: 1973542.

HSL color Cylindrical-coordinate representation of color #261D1E: hue angle of 353.33º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #261D1E is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB382930-
CMYK00.240.210.85
HSL353.33º13.43%13.14%-
HSV(B)353.33º23.68%14.9%-
XYZ1.471.381.42-
YUV31.8126.98132.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=39.18%
G=29.90%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38293000.240.210.85353.3313.4313.14
Hex261D1E0181555161dd
Octal463536030251255411515
Binary100110111011111001100010101101010110110000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261D1E; }

 p { color: rgb(38,29,30); }

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

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

 a { background-color: rgb(38,29,30); }

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

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

 span { border-color: rgb(38,29,30); }

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