Html Css Color HEX #1C0406 Rustic Red

📋 copy color: '#1C0406'

red 28 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #1C0406

Tints of Rustic Red #1C0406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10.53%

 BLUE value IS 6 (2.73% from 255) = 15.79%

R = 73.68%
G = 10.53%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1C0406 (or 0x1C0406) is known color: Rustic Red. HEX triplet: 1C, 04 and 06. RGB value is (28,4,6). Sum of RGB (Red+Green+Blue) = 28+4+6=38 (5% of max value = 765). Red value is 28 (11.33% from 255 or 73.68% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0406 is #E3FBF9. Grayscale: #0B0B0B. Windows color (decimal): -14941178 or 394268. OLE color: 394268.

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

Color convert

RGB 28 4 6 -
CMYK 0 0.86 0.79 0.89
HSL 355º 0.75% 0.06% -
HSV(B) 355º 0.86% 0.11% -
XYZ 0.56 0.35 0.21 -
YUV 11.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 28 4 6 0 0.86 0.79 0.89 355 0.75 0.06
Hex 1C 4 6 0 56 4F 59 163 4B 6
Octal 34 4 6 0 126 117 131 543 113 6
Binary 11100 100 110 0 1010110 1001111 1011001 101100011 1001011 110

Color Harmonies of #1C0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0406

Black with #1C0406

Text Example


Text Example

White with #1C0406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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