Html Css Color HEX #1C090F Rustic Red

📋 copy color: '#1C090F'

red 28 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #1C090F

Tints of Rustic Red #1C090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.85%

R = 53.85%
G = 17.31%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#1C090F (or 0x1C090F) is known color: Rustic Red. HEX triplet: 1C, 09 and 0F. RGB value is (28,9,15). Sum of RGB (Red+Green+Blue) = 28+9+15=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C090F is #E3F6F0. Grayscale: #0F0F0F. Windows color (decimal): -14939889 or 985372. OLE color: 985372.

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

Color convert

RGB 28 9 15 -
CMYK 0 0.68 0.46 0.89
HSL 341.05º 0.51% 0.07% -
HSV(B) 341.05º 0.68% 0.11% -
XYZ 0.66 0.48 0.51 -
YUV 15.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 28 9 15 0 0.68 0.46 0.89 341.05 0.51 0.07
Hex 1C 9 F 0 44 2E 59 155 33 7
Octal 34 11 17 0 104 56 131 525 63 7
Binary 11100 1001 1111 0 1000100 101110 1011001 101010101 110011 111

Color Harmonies of #1C090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C090F

Black with #1C090F

Text Example


Text Example

White with #1C090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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