Html Css Color HEX #3C181C Rustic Red

📋 copy color: '#3C181C'

red 60 ◦ green 24 ◦ blue 28

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

Shades of Rustic Red #3C181C

Tints of Rustic Red #3C181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.43%

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

R = 53.57%
G = 21.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3C181C (or 0x3C181C) is known color: Rustic Red. HEX triplet: 3C, 18 and 1C. RGB value is (60,24,28). Sum of RGB (Red+Green+Blue) = 60+24+28=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C181C is #C3E7E3. Grayscale: #232323. Windows color (decimal): -12838884 or 1841212. OLE color: 1841212.

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

Color convert

RGB 60 24 28 -
CMYK 0 0.60 0.53 0.76
HSL 353.33º 0.43% 0.16% -
HSV(B) 353.33º 0.6% 0.24% -
XYZ 2.4 1.7 1.3 -
YUV 35.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 60 24 28 0 0.60 0.53 0.76 353.33 0.43 0.16
Hex 3C 18 1C 0 3C 35 4C 161 2B 10
Octal 74 30 34 0 74 65 114 541 53 20
Binary 111100 11000 11100 0 111100 110101 1001100 101100001 101011 10000

Color Harmonies of #3C181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C181C

Black with #3C181C

Text Example


Text Example

White with #3C181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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