Html Css Color HEX #1C0709 Rustic Red

📋 copy color: '#1C0709'

red 28 ◦ green 7 ◦ blue 9

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

Shades of Rustic Red #1C0709

Tints of Rustic Red #1C0709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.91%

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

R = 63.64%
G = 15.91%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#1C0709 (or 0x1C0709) is known color: Rustic Red. HEX triplet: 1C, 07 and 09. RGB value is (28,7,9). Sum of RGB (Red+Green+Blue) = 28+7+9=44 (5% of max value = 765). Red value is 28 (11.33% from 255 or 63.64% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0709 is #E3F8F6. Grayscale: #0D0D0D. Windows color (decimal): -14940407 or 591644. OLE color: 591644.

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

Color convert

RGB 28 7 9 -
CMYK 0 0.75 0.68 0.89
HSL 354.29º 0.6% 0.07% -
HSV(B) 354.29º 0.75% 0.11% -
XYZ 0.6 0.42 0.31 -
YUV 13.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 28 7 9 0 0.75 0.68 0.89 354.29 0.6 0.07
Hex 1C 7 9 0 4B 44 59 162 3C 7
Octal 34 7 11 0 113 104 131 542 74 7
Binary 11100 111 1001 0 1001011 1000100 1011001 101100010 111100 111

Color Harmonies of #1C0709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0709

Black with #1C0709

Text Example


Text Example

White with #1C0709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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