#26070D

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

Shades of Rustic Red #26070D

Tints of Rustic Red #26070D

Color information

#26070D (or 0x26070D) is unknown color: approx Rustic Red. HEX triplet: 26, 07 and 0D. RGB value is (38,7,13). Sum of RGB (Red+Green+Blue) = 38+7+13=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #26070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26070D is #D9F8F2. Grayscale: #101010. Windows color (decimal): -14285043 or 853798. OLE color: 853798.

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

Color convert

RGB38713-
CMYK00.820.660.85
HSL348.39º68.89%8.82%-
HSV(B)348.39º81.58%14.9%-
XYZ0.950.590.45-
YUV16.95125.77143.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=65.52%
G=12.07%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3871300.820.660.85348.3968.898.82
Hex267D052425515c459
Octal46715012210212553410511
Binary1001101111101010100101000010101010110101110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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