Html Css Color HEX #3C141C Rustic Red

📋 copy color: '#3C141C'

red 60 ◦ green 20 ◦ blue 28

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

Shades of Rustic Red #3C141C

Tints of Rustic Red #3C141C

RGB

 RED value IS 60 (23.83% from 255) = 55.56%

 GREEN value IS 20 (8.2% from 255) = 18.52%

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 55.56%
G = 18.52%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3C141C (or 0x3C141C) is known color: Rustic Red. HEX triplet: 3C, 14 and 1C. RGB value is (60,20,28). Sum of RGB (Red+Green+Blue) = 60+20+28=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C141C is #C3EBE3. Grayscale: #202020. Windows color (decimal): -12839908 or 1840188. OLE color: 1840188.

HSL color Cylindrical-coordinate representation of color #3C141C: hue angle of 348º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C141C is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 20 28 -
CMYK 0 0.67 0.53 0.76
HSL 348º 0.5% 0.16% -
HSV(B) 348º 0.67% 0.24% -
XYZ 2.32 1.54 1.27 -
YUV 32.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 60 20 28 0 0.67 0.53 0.76 348 0.5 0.16
Hex 3C 14 1C 0 43 35 4C 15C 32 10
Octal 74 24 34 0 103 65 114 534 62 20
Binary 111100 10100 11100 0 1000011 110101 1001100 101011100 110010 10000

Color Harmonies of #3C141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C141C

Black with #3C141C

Text Example


Text Example

White with #3C141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C141C; }

 p { color: rgb(60,20,28); }

 H1.HeaderClassName
 {
   color: #3C141C;
 }
 .AnyTagClassName
 {
   color: #3C141C;
 }
</style>

background-color css

<style>
 a { background-color: #3C141C; }

 a { background-color: rgb(60,20,28); }

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

border-color css

<style>
 span { border-color: #3C141C; }

 span { border-color: rgb(60,20,28); }

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