#260412

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

Shades of Rustic Red #260412

Tints of Rustic Red #260412

Color information

#260412 (or 0x260412) is unknown color: approx Rustic Red. HEX triplet: 26, 04 and 12. RGB value is (38,4,18). Sum of RGB (Red+Green+Blue) = 38+4+18=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260412 is #D9FBED. Grayscale: #0F0F0F. Windows color (decimal): -14285806 or 1180710. OLE color: 1180710.

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

Color convert

RGB38418-
CMYK00.890.530.85
HSL335.29º80.95%8.24%-
HSV(B)335.29º89.47%14.9%-
XYZ0.950.540.63-
YUV15.76129.26143.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 63.33%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 18 (7.42% from 255) = 30%
R=63.33%
G=6.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3841800.890.530.85335.2980.958.24
Hex26412059355514f518
Octal4642201316512551712110
Binary1001101001001001011001110101101010110100111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260412; }

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

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

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

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

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

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

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

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