Html Css Color HEX #1C080C Rustic Red

📋 copy color: '#1C080C'

red 28 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #1C080C

Tints of Rustic Red #1C080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 16.67%

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

R = 58.33%
G = 16.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.89

RGB Variations

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

Color information

#1C080C (or 0x1C080C) is known color: Rustic Red. HEX triplet: 1C, 08 and 0C. RGB value is (28,8,12). Sum of RGB (Red+Green+Blue) = 28+8+12=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C080C is #E3F7F3. Grayscale: #0E0E0E. Windows color (decimal): -14940148 or 788508. OLE color: 788508.

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

Color convert

RGB 28 8 12 -
CMYK 0 0.71 0.57 0.89
HSL 348º 0.56% 0.07% -
HSV(B) 348º 0.71% 0.11% -
XYZ 0.63 0.45 0.4 -
YUV 14.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 28 8 12 0 0.71 0.57 0.89 348 0.56 0.07
Hex 1C 8 C 0 47 39 59 15C 38 7
Octal 34 10 14 0 107 71 131 534 70 7
Binary 11100 1000 1100 0 1000111 111001 1011001 101011100 111000 111

Color Harmonies of #1C080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C080C

Black with #1C080C

Text Example


Text Example

White with #1C080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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