Html Css Color HEX #1C0C10 Rustic Red

📋 copy color: '#1C0C10'

red 28 ◦ green 12 ◦ blue 16

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

Shades of Rustic Red #1C0C10

Tints of Rustic Red #1C0C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 21.43%

 BLUE value IS 16 (6.64% from 255) = 28.57%

R = 50%
G = 21.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.89

RGB Variations

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

Color information

#1C0C10 (or 0x1C0C10) is known color: Rustic Red. HEX triplet: 1C, 0C and 10. RGB value is (28,12,16). Sum of RGB (Red+Green+Blue) = 28+12+16=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C10 is #E3F3EF. Grayscale: #111111. Windows color (decimal): -14939120 or 1051676. OLE color: 1051676.

HSL color Cylindrical-coordinate representation of color #1C0C10: hue angle of 345º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C0C10 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 12 16 -
CMYK 0 0.57 0.43 0.89
HSL 345º 0.4% 0.08% -
HSV(B) 345º 0.57% 0.11% -
XYZ 0.7 0.55 0.56 -
YUV 17.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 28 12 16 0 0.57 0.43 0.89 345 0.4 0.08
Hex 1C C 10 0 39 2B 59 159 28 8
Octal 34 14 20 0 71 53 131 531 50 10
Binary 11100 1100 10000 0 111001 101011 1011001 101011001 101000 1000

Color Harmonies of #1C0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C10

Black with #1C0C10

Text Example


Text Example

White with #1C0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,12,16); }

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

background-color css

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

 a { background-color: rgb(28,12,16); }

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

border-color css

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

 span { border-color: rgb(28,12,16); }

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