#261A1C

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

Shades of Rustic Red #261A1C

Tints of Rustic Red #261A1C

Color information

#261A1C (or 0x261A1C) is unknown color: approx Rustic Red. HEX triplet: 26, 1A and 1C. RGB value is (38,26,28). Sum of RGB (Red+Green+Blue) = 38+26+28=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #261A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A1C is #D9E5E3. Grayscale: #1D1D1D. Windows color (decimal): -14280164 or 1841702. OLE color: 1841702.

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

Color convert

RGB382628-
CMYK00.320.260.85
HSL350º18.75%12.55%-
HSV(B)350º31.58%14.9%-
XYZ1.381.231.26-
YUV29.82126.98133.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 26 (10.55% from 255) = 28.26%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=41.30%
G=28.26%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38262800.320.260.8535018.7512.55
Hex261A1C0201A5515e13d
Octal463234040321255362315
Binary10011011010111000100000110101010101101011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,26,28); }

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

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

 a { background-color: rgb(38,26,28); }

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

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

 span { border-color: rgb(38,26,28); }

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