Html Css Color HEX #1C070D Rustic Red

📋 copy color: '#1C070D'

red 28 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #1C070D

Tints of Rustic Red #1C070D

RGB

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

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

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

R = 58.33%
G = 14.58%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#1C070D (or 0x1C070D) is known color: Rustic Red. HEX triplet: 1C, 07 and 0D. RGB value is (28,7,13). Sum of RGB (Red+Green+Blue) = 28+7+13=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C070D is #E3F8F2. Grayscale: #0D0D0D. Windows color (decimal): -14940403 or 853788. OLE color: 853788.

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

Color convert

RGB 28 7 13 -
CMYK 0 0.75 0.54 0.89
HSL 342.86º 0.6% 0.07% -
HSV(B) 342.86º 0.75% 0.11% -
XYZ 0.63 0.43 0.43 -
YUV 13.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 28 7 13 0 0.75 0.54 0.89 342.86 0.6 0.07
Hex 1C 7 D 0 4B 36 59 157 3C 7
Octal 34 7 15 0 113 66 131 527 74 7
Binary 11100 111 1101 0 1001011 110110 1011001 101010111 111100 111

Color Harmonies of #1C070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C070D

Black with #1C070D

Text Example


Text Example

White with #1C070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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