Html Css Color HEX #1C1517 Rustic Red

📋 copy color: '#1C1517'

red 28 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #1C1517

Tints of Rustic Red #1C1517

RGB

 RED value IS 28 (11.33% from 255) = 38.89%

 GREEN value IS 21 (8.59% from 255) = 29.17%

 BLUE value IS 23 (9.38% from 255) = 31.94%

R = 38.89%
G = 29.17%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C1517 (or 0x1C1517) is known color: Rustic Red. HEX triplet: 1C, 15 and 17. RGB value is (28,21,23). Sum of RGB (Red+Green+Blue) = 28+21+23=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1517 is #E3EAE8. Grayscale: #171717. Windows color (decimal): -14936809 or 1512732. OLE color: 1512732.

HSL color Cylindrical-coordinate representation of color #1C1517: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1C1517 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 21 23 -
CMYK 0 0.25 0.18 0.89
HSL 342.86º 0.14% 0.1% -
HSV(B) 342.86º 0.25% 0.11% -
XYZ 0.9 0.85 0.93 -
YUV 23.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 28 21 23 0 0.25 0.18 0.89 342.86 0.14 0.1
Hex 1C 15 17 0 19 12 59 157 E A
Octal 34 25 27 0 31 22 131 527 16 12
Binary 11100 10101 10111 0 11001 10010 1011001 101010111 1110 1010

Color Harmonies of #1C1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1517

Black with #1C1517

Text Example


Text Example

White with #1C1517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,23); }

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

background-color css

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

 a { background-color: rgb(28,21,23); }

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

border-color css

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

 span { border-color: rgb(28,21,23); }

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