#261518

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

Shades of Rustic Red #261518

Tints of Rustic Red #261518

Color information

#261518 (or 0x261518) is unknown color: approx Rustic Red. HEX triplet: 26, 15 and 18. RGB value is (38,21,24). Sum of RGB (Red+Green+Blue) = 38+21+24=83 (10% of max value = 765). Red value is 38 (15.23% from 255 or 45.78% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 38 - color contains mainly: red. Hex color #261518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261518 is #D9EAE7. Grayscale: #1A1A1A. Windows color (decimal): -14281448 or 1578278. OLE color: 1578278.

HSL color Cylindrical-coordinate representation of color #261518: hue angle of 349.41º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #261518 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB382124-
CMYK00.450.370.85
HSL349.41º28.81%11.57%-
HSV(B)349.41º44.74%14.9%-
XYZ1.231.010.99-
YUV26.42126.63136.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.78%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=45.78%
G=25.30%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38212400.450.370.85349.4128.8111.57
Hex26151802D255515d1dc
Octal462530055451255353514
Binary100110101011100001011011001011010101101011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261518; }

 p { color: rgb(38,21,24); }

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

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

 a { background-color: rgb(38,21,24); }

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

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

 span { border-color: rgb(38,21,24); }

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