Html Css Color HEX #1C1114 Rustic Red

📋 copy color: '#1C1114'

red 28 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #1C1114

Tints of Rustic Red #1C1114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 26.15%

 BLUE value IS 20 (8.2% from 255) = 30.77%

R = 43.08%
G = 26.15%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#1C1114 (or 0x1C1114) is known color: Rustic Red. HEX triplet: 1C, 11 and 14. RGB value is (28,17,20). Sum of RGB (Red+Green+Blue) = 28+17+20=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1114 is #E3EEEB. Grayscale: #141414. Windows color (decimal): -14937836 or 1315100. OLE color: 1315100.

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

Color convert

RGB 28 17 20 -
CMYK 0 0.39 0.29 0.89
HSL 343.64º 0.24% 0.09% -
HSV(B) 343.64º 0.39% 0.11% -
XYZ 0.81 0.7 0.75 -
YUV 20.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 28 17 20 0 0.39 0.29 0.89 343.64 0.24 0.09
Hex 1C 11 14 0 27 1D 59 158 18 9
Octal 34 21 24 0 47 35 131 530 30 11
Binary 11100 10001 10100 0 100111 11101 1011001 101011000 11000 1001

Color Harmonies of #1C1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1114

Black with #1C1114

Text Example


Text Example

White with #1C1114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,17,20); }

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

background-color css

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

 a { background-color: rgb(28,17,20); }

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

border-color css

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

 span { border-color: rgb(28,17,20); }

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