Html Css Color HEX #1C0A12 Rustic Red

📋 copy color: '#1C0A12'

red 28 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #1C0A12

Tints of Rustic Red #1C0A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.86%

 BLUE value IS 18 (7.42% from 255) = 32.14%

R = 50%
G = 17.86%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#1C0A12 (or 0x1C0A12) is known color: Rustic Red. HEX triplet: 1C, 0A and 12. RGB value is (28,10,18). Sum of RGB (Red+Green+Blue) = 28+10+18=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A12 is #E3F5ED. Grayscale: #101010. Windows color (decimal): -14939630 or 1182236. OLE color: 1182236.

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

Color convert

RGB 28 10 18 -
CMYK 0 0.64 0.36 0.89
HSL 333.33º 0.47% 0.07% -
HSV(B) 333.33º 0.64% 0.11% -
XYZ 0.7 0.51 0.63 -
YUV 16.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 28 10 18 0 0.64 0.36 0.89 333.33 0.47 0.07
Hex 1C A 12 0 40 24 59 14D 2F 7
Octal 34 12 22 0 100 44 131 515 57 7
Binary 11100 1010 10010 0 1000000 100100 1011001 101001101 101111 111

Color Harmonies of #1C0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0A12

Black with #1C0A12

Text Example


Text Example

White with #1C0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,10,18); }

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

background-color css

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

 a { background-color: rgb(28,10,18); }

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

border-color css

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

 span { border-color: rgb(28,10,18); }

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