Html Css Color HEX #3C191B Rustic Red

📋 copy color: '#3C191B'

red 60 ◦ green 25 ◦ blue 27

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

Shades of Rustic Red #3C191B

Tints of Rustic Red #3C191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.11%

R = 53.57%
G = 22.32%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#3C191B (or 0x3C191B) is known color: Rustic Red. HEX triplet: 3C, 19 and 1B. RGB value is (60,25,27). Sum of RGB (Red+Green+Blue) = 60+25+27=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C191B is #C3E6E4. Grayscale: #232323. Windows color (decimal): -12838629 or 1775932. OLE color: 1775932.

HSL color Cylindrical-coordinate representation of color #3C191B: hue angle of 356.57º 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 #3C191B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 25 27 -
CMYK 0 0.58 0.55 0.76
HSL 356.57º 0.41% 0.17% -
HSV(B) 356.57º 0.58% 0.24% -
XYZ 2.41 1.74 1.24 -
YUV 35.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 60 25 27 0 0.58 0.55 0.76 356.57 0.41 0.17
Hex 3C 19 1B 0 3A 37 4C 165 29 11
Octal 74 31 33 0 72 67 114 545 51 21
Binary 111100 11001 11011 0 111010 110111 1001100 101100101 101001 10001

Color Harmonies of #3C191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C191B

Black with #3C191B

Text Example


Text Example

White with #3C191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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