#3C181B

Color #3C181B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #3C181B

Tints of Rustic Red #3C181B

Color information

#3C181B (or 0x3C181B) is unknown color: approx Rustic Red. HEX triplet: 3C, 18 and 1B. RGB value is (60,24,27). Sum of RGB (Red+Green+Blue) = 60+24+27=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C181B is #C3E7E4. Grayscale: #232323. Windows color (decimal): -12838885 or 1775676. OLE color: 1775676.

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

Color convert

RGB602427-
CMYK00.600.550.76
HSL355º42.86%16.47%-
HSV(B)355º60%23.53%-
XYZ2.391.691.24-
YUV35.11123.43145.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 54.05%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=54.05%
G=21.62%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60242700.600.550.7635542.8616.47
Hex3C181B03C374C1632b10
Octal743033074671145435320
Binary11110011000110110111100110111100110010110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C181B;
 }
 .AnyTagClassName
 {
   color: #3C181B;
 }
</style>
background-color css

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

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

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

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

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

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