Html Css Color HEX #1C040D Rustic Red

📋 copy color: '#1C040D'

red 28 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #1C040D

Tints of Rustic Red #1C040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 28.89%

R = 62.22%
G = 8.89%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#1C040D (or 0x1C040D) is known color: Rustic Red. HEX triplet: 1C, 04 and 0D. RGB value is (28,4,13). Sum of RGB (Red+Green+Blue) = 28+4+13=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C040D is #E3FBF2. Grayscale: #0C0C0C. Windows color (decimal): -14941171 or 853020. OLE color: 853020.

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

Color convert

RGB 28 4 13 -
CMYK 0 0.86 0.54 0.89
HSL 337.5º 0.75% 0.06% -
HSV(B) 337.5º 0.86% 0.11% -
XYZ 0.59 0.36 0.42 -
YUV 12.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 28 4 13 0 0.86 0.54 0.89 337.5 0.75 0.06
Hex 1C 4 D 0 56 36 59 152 4B 6
Octal 34 4 15 0 126 66 131 522 113 6
Binary 11100 100 1101 0 1010110 110110 1011001 101010010 1001011 110

Color Harmonies of #1C040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C040D

Black with #1C040D

Text Example


Text Example

White with #1C040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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