Html Css Color HEX #1C1015 Rustic Red

📋 copy color: '#1C1015'

red 28 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #1C1015

Tints of Rustic Red #1C1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 24.62%

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

R = 43.08%
G = 24.62%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#1C1015 (or 0x1C1015) is known color: Rustic Red. HEX triplet: 1C, 10 and 15. RGB value is (28,16,21). Sum of RGB (Red+Green+Blue) = 28+16+21=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1015 is #E3EFEA. Grayscale: #141414. Windows color (decimal): -14938091 or 1380380. OLE color: 1380380.

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

Color convert

RGB 28 16 21 -
CMYK 0 0.43 0.25 0.89
HSL 335º 0.27% 0.09% -
HSV(B) 335º 0.43% 0.11% -
XYZ 0.8 0.67 0.8 -
YUV 20.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 28 16 21 0 0.43 0.25 0.89 335 0.27 0.09
Hex 1C 10 15 0 2B 19 59 14F 1B 9
Octal 34 20 25 0 53 31 131 517 33 11
Binary 11100 10000 10101 0 101011 11001 1011001 101001111 11011 1001

Color Harmonies of #1C1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1015

Black with #1C1015

Text Example


Text Example

White with #1C1015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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