Html Css Color HEX #1C0A0D Rustic Red

📋 copy color: '#1C0A0D'

red 28 ◦ green 10 ◦ blue 13

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

Shades of Rustic Red #1C0A0D

Tints of Rustic Red #1C0A0D

RGB

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

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

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

R = 54.9%
G = 19.61%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#1C0A0D (or 0x1C0A0D) is known color: Rustic Red. HEX triplet: 1C, 0A and 0D. RGB value is (28,10,13). Sum of RGB (Red+Green+Blue) = 28+10+13=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A0D is #E3F5F2. Grayscale: #0F0F0F. Windows color (decimal): -14939635 or 854556. OLE color: 854556.

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

Color convert

RGB 28 10 13 -
CMYK 0 0.64 0.54 0.89
HSL 350º 0.47% 0.07% -
HSV(B) 350º 0.64% 0.11% -
XYZ 0.66 0.49 0.44 -
YUV 15.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 28 10 13 0 0.64 0.54 0.89 350 0.47 0.07
Hex 1C A D 0 40 36 59 15E 2F 7
Octal 34 12 15 0 100 66 131 536 57 7
Binary 11100 1010 1101 0 1000000 110110 1011001 101011110 101111 111

Color Harmonies of #1C0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0A0D

Black with #1C0A0D

Text Example


Text Example

White with #1C0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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