#26030B

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

Shades of Rustic Red #26030B

Tints of Rustic Red #26030B

Color information

#26030B (or 0x26030B) is unknown color: approx Rustic Red. HEX triplet: 26, 03 and 0B. RGB value is (38,3,11). Sum of RGB (Red+Green+Blue) = 38+3+11=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #26030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26030B is #D9FCF4. Grayscale: #0E0E0E. Windows color (decimal): -14286069 or 721702. OLE color: 721702.

HSL color Cylindrical-coordinate representation of color #26030B: hue angle of 346.29º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26030B is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB38311-
CMYK00.920.710.85
HSL346.29º85.37%8.04%-
HSV(B)346.29º92.11%14.9%-
XYZ0.890.50.37-
YUV14.38126.1144.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 73.08%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=73.08%
G=5.77%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3831100.920.710.85346.2985.378.04
Hex263B05C475515a558
Octal46313013410712553212510
Binary100110111011010111001000111101010110101101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26030B; }

 p { color: rgb(38,3,11); }

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

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

 a { background-color: rgb(38,3,11); }

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

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

 span { border-color: rgb(38,3,11); }

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