Html Css Color HEX #1C070C Rustic Red

📋 copy color: '#1C070C'

red 28 ◦ green 7 ◦ blue 12

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

Shades of Rustic Red #1C070C

Tints of Rustic Red #1C070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.89%

 BLUE value IS 12 (5.08% from 255) = 25.53%

R = 59.57%
G = 14.89%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.89

RGB Variations

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

Color information

#1C070C (or 0x1C070C) is known color: Rustic Red. HEX triplet: 1C, 07 and 0C. RGB value is (28,7,12). Sum of RGB (Red+Green+Blue) = 28+7+12=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C070C is #E3F8F3. Grayscale: #0D0D0D. Windows color (decimal): -14940404 or 788252. OLE color: 788252.

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

Color convert

RGB 28 7 12 -
CMYK 0 0.75 0.57 0.89
HSL 345.71º 0.6% 0.07% -
HSV(B) 345.71º 0.75% 0.11% -
XYZ 0.62 0.43 0.4 -
YUV 13.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 28 7 12 0 0.75 0.57 0.89 345.71 0.6 0.07
Hex 1C 7 C 0 4B 39 59 15A 3C 7
Octal 34 7 14 0 113 71 131 532 74 7
Binary 11100 111 1100 0 1001011 111001 1011001 101011010 111100 111

Color Harmonies of #1C070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C070C

Black with #1C070C

Text Example


Text Example

White with #1C070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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