Html Css Color HEX #1A1215 Rustic Red

📋 copy color: '#1A1215'

red 26 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #1A1215

Tints of Rustic Red #1A1215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 32.31%

R = 40%
G = 27.69%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.90

RGB Variations

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

Color information

#1A1215 (or 0x1A1215) is known color: Rustic Red. HEX triplet: 1A, 12 and 15. RGB value is (26,18,21). Sum of RGB (Red+Green+Blue) = 26+18+21=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1215 is #E5EDEA. Grayscale: #141414. Windows color (decimal): -15068651 or 1380890. OLE color: 1380890.

HSL color Cylindrical-coordinate representation of color #1A1215: hue angle of 337.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 #1A1215 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 18 21 -
CMYK 0 0.31 0.19 0.90
HSL 337.5º 0.18% 0.09% -
HSV(B) 337.5º 0.31% 0.1% -
XYZ 0.78 0.71 0.8 -
YUV 20.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 26 18 21 0 0.31 0.19 0.90 337.5 0.18 0.09
Hex 1A 12 15 0 1F 13 5A 152 12 9
Octal 32 22 25 0 37 23 132 522 22 11
Binary 11010 10010 10101 0 11111 10011 1011010 101010010 10010 1001

Color Harmonies of #1A1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1215

Black with #1A1215

Text Example


Text Example

White with #1A1215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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