Html Css Color HEX #1A1213 Rustic Red

📋 copy color: '#1A1213'

red 26 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #1A1213

Tints of Rustic Red #1A1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.57%

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

R = 41.27%
G = 28.57%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#1A1213 (or 0x1A1213) is known color: Rustic Red. HEX triplet: 1A, 12 and 13. RGB value is (26,18,19). Sum of RGB (Red+Green+Blue) = 26+18+19=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1213 is #E5EDEC. Grayscale: #141414. Windows color (decimal): -15068653 or 1249818. OLE color: 1249818.

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

Color convert

RGB 26 18 19 -
CMYK 0 0.31 0.27 0.90
HSL 352.5º 0.18% 0.09% -
HSV(B) 352.5º 0.31% 0.1% -
XYZ 0.76 0.7 0.71 -
YUV 20.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 26 18 19 0 0.31 0.27 0.90 352.5 0.18 0.09
Hex 1A 12 13 0 1F 1B 5A 160 12 9
Octal 32 22 23 0 37 33 132 540 22 11
Binary 11010 10010 10011 0 11111 11011 1011010 101100000 10010 1001

Color Harmonies of #1A1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1213

Black with #1A1213

Text Example


Text Example

White with #1A1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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