Html Css Color HEX #1A040F Rustic Red

📋 copy color: '#1A040F'

red 26 ◦ green 4 ◦ blue 15

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

Shades of Rustic Red #1A040F

Tints of Rustic Red #1A040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 33.33%

R = 57.78%
G = 8.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#1A040F (or 0x1A040F) is known color: Rustic Red. HEX triplet: 1A, 04 and 0F. RGB value is (26,4,15). Sum of RGB (Red+Green+Blue) = 26+4+15=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A040F is #E5FBF0. Grayscale: #0B0B0B. Windows color (decimal): -15072241 or 984090. OLE color: 984090.

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

Color convert

RGB 26 4 15 -
CMYK 0 0.85 0.42 0.90
HSL 330º 0.73% 0.06% -
HSV(B) 330º 0.85% 0.1% -
XYZ 0.56 0.34 0.49 -
YUV 11.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 26 4 15 0 0.85 0.42 0.90 330 0.73 0.06
Hex 1A 4 F 0 55 2A 5A 14A 49 6
Octal 32 4 17 0 125 52 132 512 111 6
Binary 11010 100 1111 0 1010101 101010 1011010 101001010 1001001 110

Color Harmonies of #1A040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A040F

Black with #1A040F

Text Example


Text Example

White with #1A040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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