#260612

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

Shades of Rustic Red #260612

Tints of Rustic Red #260612

Color information

#260612 (or 0x260612) is unknown color: approx Rustic Red. HEX triplet: 26, 06 and 12. RGB value is (38,6,18). Sum of RGB (Red+Green+Blue) = 38+6+18=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260612 is #D9F9ED. Grayscale: #101010. Windows color (decimal): -14285294 or 1181222. OLE color: 1181222.

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

Color convert

RGB38618-
CMYK00.840.530.85
HSL337.5º72.73%8.63%-
HSV(B)337.5º84.21%14.9%-
XYZ0.970.590.63-
YUV16.94128.6143.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=61.29%
G=9.68%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3861800.840.530.85337.572.738.63
Hex266120543555152499
Octal4662201246512552211111
Binary1001101101001001010100110101101010110101001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260612; }

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

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

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

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

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

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

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

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