Html Css Color HEX #1C1013 Rustic Red

📋 copy color: '#1C1013'

red 28 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #1C1013

Tints of Rustic Red #1C1013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 30.16%

R = 44.44%
G = 25.4%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#1C1013 (or 0x1C1013) is known color: Rustic Red. HEX triplet: 1C, 10 and 13. RGB value is (28,16,19). Sum of RGB (Red+Green+Blue) = 28+16+19=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1013 is #E3EFEC. Grayscale: #131313. Windows color (decimal): -14938093 or 1249308. OLE color: 1249308.

HSL color Cylindrical-coordinate representation of color #1C1013: hue angle of 345º 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 #1C1013 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 16 19 -
CMYK 0 0.43 0.32 0.89
HSL 345º 0.27% 0.09% -
HSV(B) 345º 0.43% 0.11% -
XYZ 0.78 0.66 0.7 -
YUV 19.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 28 16 19 0 0.43 0.32 0.89 345 0.27 0.09
Hex 1C 10 13 0 2B 20 59 159 1B 9
Octal 34 20 23 0 53 40 131 531 33 11
Binary 11100 10000 10011 0 101011 100000 1011001 101011001 11011 1001

Color Harmonies of #1C1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1013

Black with #1C1013

Text Example


Text Example

White with #1C1013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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