Html Css Color HEX #1C090D Rustic Red

📋 copy color: '#1C090D'

red 28 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #1C090D

Tints of Rustic Red #1C090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18%

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

R = 56%
G = 18%
B = 26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#1C090D (or 0x1C090D) is known color: Rustic Red. HEX triplet: 1C, 09 and 0D. RGB value is (28,9,13). Sum of RGB (Red+Green+Blue) = 28+9+13=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C090D is #E3F6F2. Grayscale: #0F0F0F. Windows color (decimal): -14939891 or 854300. OLE color: 854300.

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

Color convert

RGB 28 9 13 -
CMYK 0 0.68 0.54 0.89
HSL 347.37º 0.51% 0.07% -
HSV(B) 347.37º 0.68% 0.11% -
XYZ 0.65 0.47 0.44 -
YUV 15.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 28 9 13 0 0.68 0.54 0.89 347.37 0.51 0.07
Hex 1C 9 D 0 44 36 59 15B 33 7
Octal 34 11 15 0 104 66 131 533 63 7
Binary 11100 1001 1101 0 1000100 110110 1011001 101011011 110011 111

Color Harmonies of #1C090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C090D

Black with #1C090D

Text Example


Text Example

White with #1C090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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