#261219

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

Shades of Rustic Red #261219

Tints of Rustic Red #261219

Color information

#261219 (or 0x261219) is unknown color: approx Rustic Red. HEX triplet: 26, 12 and 19. RGB value is (38,18,25). Sum of RGB (Red+Green+Blue) = 38+18+25=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #261219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261219 is #D9EDE6. Grayscale: #181818. Windows color (decimal): -14282215 or 1643046. OLE color: 1643046.

HSL color Cylindrical-coordinate representation of color #261219: hue angle of 339º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261219 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.85.

Color convert

RGB381825-
CMYK00.530.340.85
HSL339º35.71%10.98%-
HSV(B)339º52.63%14.9%-
XYZ1.190.911.03-
YUV24.78128.13137.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.91%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=46.91%
G=22.22%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38182500.530.340.8533935.7110.98
Hex261219035225515324b
Octal462231065421255234413
Binary1001101001011001011010110001010101011010100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261219; }

 p { color: rgb(38,18,25); }

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

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

 a { background-color: rgb(38,18,25); }

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

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

 span { border-color: rgb(38,18,25); }

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