Html Css Color HEX #3C191C Rustic Red

📋 copy color: '#3C191C'

red 60 ◦ green 25 ◦ blue 28

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

Shades of Rustic Red #3C191C

Tints of Rustic Red #3C191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

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

R = 53.1%
G = 22.12%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3C191C (or 0x3C191C) is known color: Rustic Red. HEX triplet: 3C, 19 and 1C. RGB value is (60,25,28). Sum of RGB (Red+Green+Blue) = 60+25+28=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C191C is #C3E6E3. Grayscale: #232323. Windows color (decimal): -12838628 or 1841468. OLE color: 1841468.

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

Color convert

RGB 60 25 28 -
CMYK 0 0.58 0.53 0.76
HSL 354.86º 0.41% 0.17% -
HSV(B) 354.86º 0.58% 0.24% -
XYZ 2.42 1.74 1.31 -
YUV 35.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 60 25 28 0 0.58 0.53 0.76 354.86 0.41 0.17
Hex 3C 19 1C 0 3A 35 4C 163 29 11
Octal 74 31 34 0 72 65 114 543 51 21
Binary 111100 11001 11100 0 111010 110101 1001100 101100011 101001 10001

Color Harmonies of #3C191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C191C

Black with #3C191C

Text Example


Text Example

White with #3C191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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