Html Css Color HEX #1C0611 Rustic Red

📋 copy color: '#1C0611'

red 28 ◦ green 6 ◦ blue 17

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

Shades of Rustic Red #1C0611

Tints of Rustic Red #1C0611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.76%

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

R = 54.9%
G = 11.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#1C0611 (or 0x1C0611) is known color: Rustic Red. HEX triplet: 1C, 06 and 11. RGB value is (28,6,17). Sum of RGB (Red+Green+Blue) = 28+6+17=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0611 is #E3F9EE. Grayscale: #0D0D0D. Windows color (decimal): -14940655 or 1115676. OLE color: 1115676.

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

Color convert

RGB 28 6 17 -
CMYK 0 0.79 0.39 0.89
HSL 330º 0.65% 0.07% -
HSV(B) 330º 0.79% 0.11% -
XYZ 0.65 0.42 0.58 -
YUV 13.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 28 6 17 0 0.79 0.39 0.89 330 0.65 0.07
Hex 1C 6 11 0 4F 27 59 14A 41 7
Octal 34 6 21 0 117 47 131 512 101 7
Binary 11100 110 10001 0 1001111 100111 1011001 101001010 1000001 111

Color Harmonies of #1C0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0611

Black with #1C0611

Text Example


Text Example

White with #1C0611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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