#260112

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

Shades of Rustic Red #260112

Tints of Rustic Red #260112

Color information

#260112 (or 0x260112) is unknown color: approx Rustic Red. HEX triplet: 26, 01 and 12. RGB value is (38,1,18). Sum of RGB (Red+Green+Blue) = 38+1+18=57 (7% of max value = 765). Red value is 38 (15.23% from 255 or 66.67% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 38 - color contains mainly: red. Hex color #260112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260112 is #D9FEED. Grayscale: #0D0D0D. Windows color (decimal): -14286574 or 1179942. OLE color: 1179942.

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

Color convert

RGB38118-
CMYK00.970.530.85
HSL332.43º94.87%7.65%-
HSV(B)332.43º97.37%14.9%-
XYZ0.920.480.62-
YUV14130.26145.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=66.67%
G=1.75%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3811800.970.530.85332.4394.877.65
Hex26112061355514c5f8
Octal4612201416512551413710
Binary10011011001001100001110101101010110100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260112; }

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

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

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

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

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

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

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

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