Html Css Color HEX #1C1315 Rustic Red

📋 copy color: '#1C1315'

red 28 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #1C1315

Tints of Rustic Red #1C1315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

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

R = 41.18%
G = 27.94%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#1C1315 (or 0x1C1315) is known color: Rustic Red. HEX triplet: 1C, 13 and 15. RGB value is (28,19,21). Sum of RGB (Red+Green+Blue) = 28+19+21=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1315 is #E3ECEA. Grayscale: #151515. Windows color (decimal): -14937323 or 1381148. OLE color: 1381148.

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

Color convert

RGB 28 19 21 -
CMYK 0 0.32 0.25 0.89
HSL 346.67º 0.19% 0.09% -
HSV(B) 346.67º 0.32% 0.11% -
XYZ 0.85 0.77 0.81 -
YUV 21.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 28 19 21 0 0.32 0.25 0.89 346.67 0.19 0.09
Hex 1C 13 15 0 20 19 59 15B 13 9
Octal 34 23 25 0 40 31 131 533 23 11
Binary 11100 10011 10101 0 100000 11001 1011001 101011011 10011 1001

Color Harmonies of #1C1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1315

Black with #1C1315

Text Example


Text Example

White with #1C1315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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