Html Css Color HEX #3C1519 Rustic Red

📋 copy color: '#3C1519'

red 60 ◦ green 21 ◦ blue 25

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

Shades of Rustic Red #3C1519

Tints of Rustic Red #3C1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.81%

 BLUE value IS 25 (10.16% from 255) = 23.58%

R = 56.6%
G = 19.81%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#3C1519 (or 0x3C1519) is known color: Rustic Red. HEX triplet: 3C, 15 and 19. RGB value is (60,21,25). Sum of RGB (Red+Green+Blue) = 60+21+25=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1519 is #C3EAE6. Grayscale: #212121. Windows color (decimal): -12839655 or 1643836. OLE color: 1643836.

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

Color convert

RGB 60 21 25 -
CMYK 0 0.65 0.58 0.76
HSL 353.85º 0.48% 0.16% -
HSV(B) 353.85º 0.65% 0.24% -
XYZ 2.31 1.57 1.1 -
YUV 33.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 60 21 25 0 0.65 0.58 0.76 353.85 0.48 0.16
Hex 3C 15 19 0 41 3A 4C 162 30 10
Octal 74 25 31 0 101 72 114 542 60 20
Binary 111100 10101 11001 0 1000001 111010 1001100 101100010 110000 10000

Color Harmonies of #3C1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1519

Black with #3C1519

Text Example


Text Example

White with #3C1519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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