Html Css Color HEX #1C0D11 Rustic Red

📋 copy color: '#1C0D11'

red 28 ◦ green 13 ◦ blue 17

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

Shades of Rustic Red #1C0D11

Tints of Rustic Red #1C0D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 22.41%

 BLUE value IS 17 (7.03% from 255) = 29.31%

R = 48.28%
G = 22.41%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#1C0D11 (or 0x1C0D11) is known color: Rustic Red. HEX triplet: 1C, 0D and 11. RGB value is (28,13,17). Sum of RGB (Red+Green+Blue) = 28+13+17=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0D11 is #E3F2EE. Grayscale: #111111. Windows color (decimal): -14938863 or 1117468. OLE color: 1117468.

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

Color convert

RGB 28 13 17 -
CMYK 0 0.54 0.39 0.89
HSL 344º 0.37% 0.08% -
HSV(B) 344º 0.54% 0.11% -
XYZ 0.72 0.58 0.6 -
YUV 17.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 28 13 17 0 0.54 0.39 0.89 344 0.37 0.08
Hex 1C D 11 0 36 27 59 158 25 8
Octal 34 15 21 0 66 47 131 530 45 10
Binary 11100 1101 10001 0 110110 100111 1011001 101011000 100101 1000

Color Harmonies of #1C0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0D11

Black with #1C0D11

Text Example


Text Example

White with #1C0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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