Html Css Color HEX #1A1113 Rustic Red

📋 copy color: '#1A1113'

red 26 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #1A1113

Tints of Rustic Red #1A1113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 27.42%

 BLUE value IS 19 (7.81% from 255) = 30.65%

R = 41.94%
G = 27.42%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#1A1113 (or 0x1A1113) is known color: Rustic Red. HEX triplet: 1A, 11 and 13. RGB value is (26,17,19). Sum of RGB (Red+Green+Blue) = 26+17+19=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1113 is #E5EEEC. Grayscale: #131313. Windows color (decimal): -15068909 or 1249562. OLE color: 1249562.

HSL color Cylindrical-coordinate representation of color #1A1113: hue angle of 346.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A1113 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 17 19 -
CMYK 0 0.35 0.27 0.90
HSL 346.67º 0.21% 0.08% -
HSV(B) 346.67º 0.35% 0.1% -
XYZ 0.74 0.67 0.71 -
YUV 19.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 26 17 19 0 0.35 0.27 0.90 346.67 0.21 0.08
Hex 1A 11 13 0 23 1B 5A 15B 15 8
Octal 32 21 23 0 43 33 132 533 25 10
Binary 11010 10001 10011 0 100011 11011 1011010 101011011 10101 1000

Color Harmonies of #1A1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1113

Black with #1A1113

Text Example


Text Example

White with #1A1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,17,19); }

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

background-color css

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

 a { background-color: rgb(26,17,19); }

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

border-color css

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

 span { border-color: rgb(26,17,19); }

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