#260012

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

Shades of Rustic Red #260012

Tints of Rustic Red #260012

Color information

#260012 (or 0x260012) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 12. RGB value is (38,0,18). Sum of RGB (Red+Green+Blue) = 38+0+18=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #260012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260012 is #D9FFED. Grayscale: #0D0D0D. Windows color (decimal): -14286830 or 1179686. OLE color: 1179686.

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

Color convert

RGB38018-
CMYK010.530.85
HSL331.58º100%7.45%-
HSV(B)331.58º100%14.9%-
XYZ0.910.460.61-
YUV13.41130.59145.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 67.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=67.86%
G=0%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38018010.530.85331.581007.45
Hex26012064355514c647
Octal460220144651255141447
Binary1001100100100110010011010110101011010011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260012; }

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

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

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

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

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

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

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

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