#260007

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

Shades of Rustic Red #260007

Tints of Rustic Red #260007

Color information

#260007 (or 0x260007) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 07. RGB value is (38,0,7). Sum of RGB (Red+Green+Blue) = 38+0+7=45 (5% of max value = 765). Red value is 38 (15.23% from 255 or 84.44% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 38 - color contains mainly: red. Hex color #260007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260007 is #D9FFF8. Grayscale: #0C0C0C. Windows color (decimal): -14286841 or 458790. OLE color: 458790.

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

Color convert

RGB3807-
CMYK010.820.85
HSL348.95º100%7.45%-
HSV(B)348.95º100%14.9%-
XYZ0.840.430.24-
YUV12.16125.09146.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 84.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 15.56%
R=84.44%
G=0%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3807010.820.85348.951007.45
Hex2607064525515d647
Octal460701441221255351447
Binary100110011101100100101001010101011010111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260007; }

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

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

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

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

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

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

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

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