#1A030B

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

Shades of Rustic Red #1A030B

Tints of Rustic Red #1A030B

Color information

#1A030B (or 0x1A030B) is unknown color: approx Rustic Red. HEX triplet: 1A, 03 and 0B. RGB value is (26,3,11). Sum of RGB (Red+Green+Blue) = 26+3+11=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A030B is #E5FCF4. Grayscale: #0A0A0A. Windows color (decimal): -15072501 or 721690. OLE color: 721690.

HSL color Cylindrical-coordinate representation of color #1A030B: hue angle of 339.13º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A030B is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB26311-
CMYK00.880.580.90
HSL339.13º79.31%5.69%-
HSV(B)339.13º88.46%10.2%-
XYZ0.520.310.35-
YUV10.79128.12138.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 65%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=65%
G=7.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2631100.880.580.90339.1379.315.69
Hex1A3B0583A5A1534f6
Octal323130130721325231176
Binary110101110110101100011101010110101010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A030B; }

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

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

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

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

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

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

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

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