Html Css Color HEX #1C0409 Rustic Red

📋 copy color: '#1C0409'

red 28 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #1C0409

Tints of Rustic Red #1C0409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 21.95%

R = 68.29%
G = 9.76%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#1C0409 (or 0x1C0409) is known color: Rustic Red. HEX triplet: 1C, 04 and 09. RGB value is (28,4,9). Sum of RGB (Red+Green+Blue) = 28+4+9=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0409 is #E3FBF6. Grayscale: #0B0B0B. Windows color (decimal): -14941175 or 590876. OLE color: 590876.

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

Color convert

RGB 28 4 9 -
CMYK 0 0.86 0.68 0.89
HSL 347.5º 0.75% 0.06% -
HSV(B) 347.5º 0.86% 0.11% -
XYZ 0.57 0.35 0.3 -
YUV 11.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 28 4 9 0 0.86 0.68 0.89 347.5 0.75 0.06
Hex 1C 4 9 0 56 44 59 15C 4B 6
Octal 34 4 11 0 126 104 131 534 113 6
Binary 11100 100 1001 0 1010110 1000100 1011001 101011100 1001011 110

Color Harmonies of #1C0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0409

Black with #1C0409

Text Example


Text Example

White with #1C0409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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