Html Css Color HEX #1A040B Rustic Red

📋 copy color: '#1A040B'

red 26 ◦ green 4 ◦ blue 11

#1A040B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #1A040B

Tints of Rustic Red #1A040B

RGB

 RED value IS 26 (10.55% from 255) = 63.41%

 GREEN value IS 4 (1.95% from 255) = 9.76%

 BLUE value IS 11 (4.69% from 255) = 26.83%

R = 63.41%
G = 9.76%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.90

RGB Variations

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

Color information

#1A040B (or 0x1A040B) is known color: Rustic Red. HEX triplet: 1A, 04 and 0B. RGB value is (26,4,11). Sum of RGB (Red+Green+Blue) = 26+4+11=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A040B is #E5FBF4. Grayscale: #0B0B0B. Windows color (decimal): -15072245 or 721946. OLE color: 721946.

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

Color convert

RGB 26 4 11 -
CMYK 0 0.85 0.58 0.90
HSL 340.91º 0.73% 0.06% -
HSV(B) 340.91º 0.85% 0.1% -
XYZ 0.53 0.33 0.35 -
YUV 11.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 26 4 11 0 0.85 0.58 0.90 340.91 0.73 0.06
Hex 1A 4 B 0 55 3A 5A 155 49 6
Octal 32 4 13 0 125 72 132 525 111 6
Binary 11010 100 1011 0 1010101 111010 1011010 101010101 1001001 110

Color Harmonies of #1A040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A040B

Black with #1A040B

Text Example


Text Example

White with #1A040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A040B;
 }
 .AnyTagClassName
 {
   color: #1A040B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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