#260714

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

Shades of Rustic Red #260714

Tints of Rustic Red #260714

Color information

#260714 (or 0x260714) is unknown color: approx Rustic Red. HEX triplet: 26, 07 and 14. RGB value is (38,7,20). Sum of RGB (Red+Green+Blue) = 38+7+20=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #260714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260714 is #D9F8EB. Grayscale: #111111. Windows color (decimal): -14285036 or 1312550. OLE color: 1312550.

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

Color convert

RGB38720-
CMYK00.820.470.85
HSL334.84º68.89%8.82%-
HSV(B)334.84º81.58%14.9%-
XYZ10.610.73-
YUV17.75129.27142.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 58.46%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=58.46%
G=10.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3872000.820.470.85334.8468.898.82
Hex267140522F5514f459
Octal4672401225712551710511
Binary1001101111010001010010101111101010110100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260714; }

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

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

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

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

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

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

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

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