#260614

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

Shades of Rustic Red #260614

Tints of Rustic Red #260614

Color information

#260614 (or 0x260614) is unknown color: approx Rustic Red. HEX triplet: 26, 06 and 14. RGB value is (38,6,20). Sum of RGB (Red+Green+Blue) = 38+6+20=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #260614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260614 is #D9F9EB. Grayscale: #111111. Windows color (decimal): -14285292 or 1312294. OLE color: 1312294.

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

Color convert

RGB38620-
CMYK00.840.470.85
HSL333.75º72.73%8.63%-
HSV(B)333.75º84.21%14.9%-
XYZ0.990.590.72-
YUV17.16129.6142.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 59.38%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=59.38%
G=9.38%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3862000.840.470.85333.7572.738.63
Hex266140542F5514e499
Octal4662401245712551611111
Binary1001101101010001010100101111101010110100111010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260614; }

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

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

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

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

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

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

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

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