Html Css Color HEX #1C1819 Rustic Red

📋 copy color: '#1C1819'

red 28 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #1C1819

Tints of Rustic Red #1C1819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 31.17%

 BLUE value IS 25 (10.16% from 255) = 32.47%

R = 36.36%
G = 31.17%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1C1819 (or 0x1C1819) is known color: Rustic Red. HEX triplet: 1C, 18 and 19. RGB value is (28,24,25). Sum of RGB (Red+Green+Blue) = 28+24+25=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1819 is #E3E7E6. Grayscale: #191919. Windows color (decimal): -14936039 or 1644572. OLE color: 1644572.

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

Color convert

RGB 28 24 25 -
CMYK 0 0.14 0.11 0.89
HSL 345º 0.08% 0.1% -
HSV(B) 345º 0.14% 0.11% -
XYZ 0.98 0.97 1.06 -
YUV 25.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 28 24 25 0 0.14 0.11 0.89 345 0.08 0.1
Hex 1C 18 19 0 E B 59 159 8 A
Octal 34 30 31 0 16 13 131 531 10 12
Binary 11100 11000 11001 0 1110 1011 1011001 101011001 1000 1010

Color Harmonies of #1C1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1819

Black with #1C1819

Text Example


Text Example

White with #1C1819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,24,25); }

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

background-color css

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

 a { background-color: rgb(28,24,25); }

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

border-color css

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

 span { border-color: rgb(28,24,25); }

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