#26000D

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

Shades of Rustic Red #26000D

Tints of Rustic Red #26000D

Color information

#26000D (or 0x26000D) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 0D. RGB value is (38,0,13). Sum of RGB (Red+Green+Blue) = 38+0+13=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #26000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26000D is #D9FFF2. Grayscale: #0C0C0C. Windows color (decimal): -14286835 or 852006. OLE color: 852006.

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

Color convert

RGB38013-
CMYK010.660.85
HSL339.47º100%7.45%-
HSV(B)339.47º100%14.9%-
XYZ0.870.440.42-
YUV12.84128.09145.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 74.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=74.51%
G=0%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38013010.660.85339.471007.45
Hex260D0644255153647
Octal4601501441021255231447
Binary1001100110101100100100001010101011010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26000D; }

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

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

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

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

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

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

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

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