#261214

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

Shades of Rustic Red #261214

Tints of Rustic Red #261214

Color information

#261214 (or 0x261214) is unknown color: approx Rustic Red. HEX triplet: 26, 12 and 14. RGB value is (38,18,20). Sum of RGB (Red+Green+Blue) = 38+18+20=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261214 is #D9EDEB. Grayscale: #181818. Windows color (decimal): -14282220 or 1315366. OLE color: 1315366.

HSL color Cylindrical-coordinate representation of color #261214: hue angle of 354º 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 #261214 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB381820-
CMYK00.530.470.85
HSL354º35.71%10.98%-
HSV(B)354º52.63%14.9%-
XYZ1.140.90.77-
YUV24.21125.63137.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=50%
G=23.68%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38182000.530.470.8535435.7110.98
Hex2612140352F5516224b
Octal462224065571255424413
Binary1001101001010100011010110111110101011011000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261214; }

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

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

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

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

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

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

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

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