Html Css Color HEX #3C131D Rustic Red

📋 copy color: '#3C131D'

red 60 ◦ green 19 ◦ blue 29

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

Shades of Rustic Red #3C131D

Tints of Rustic Red #3C131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

 BLUE value IS 29 (11.72% from 255) = 26.85%

R = 55.56%
G = 17.59%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#3C131D (or 0x3C131D) is known color: Rustic Red. HEX triplet: 3C, 13 and 1D. RGB value is (60,19,29). Sum of RGB (Red+Green+Blue) = 60+19+29=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C131D is #C3ECE2. Grayscale: #202020. Windows color (decimal): -12840163 or 1905468. OLE color: 1905468.

HSL color Cylindrical-coordinate representation of color #3C131D: hue angle of 345.37º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C131D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 19 29 -
CMYK 0 0.68 0.52 0.76
HSL 345.37º 0.52% 0.15% -
HSV(B) 345.37º 0.68% 0.24% -
XYZ 2.32 1.52 1.33 -
YUV 32.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 60 19 29 0 0.68 0.52 0.76 345.37 0.52 0.15
Hex 3C 13 1D 0 44 34 4C 159 34 F
Octal 74 23 35 0 104 64 114 531 64 17
Binary 111100 10011 11101 0 1000100 110100 1001100 101011001 110100 1111

Color Harmonies of #3C131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C131D

Black with #3C131D

Text Example


Text Example

White with #3C131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,19,29); }

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

background-color css

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

 a { background-color: rgb(60,19,29); }

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

border-color css

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

 span { border-color: rgb(60,19,29); }

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