#3C111A

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

Shades of Rustic Red #3C111A

Tints of Rustic Red #3C111A

Color information

#3C111A (or 0x3C111A) is unknown color: approx Rustic Red. HEX triplet: 3C, 11 and 1A. RGB value is (60,17,26). Sum of RGB (Red+Green+Blue) = 60+17+26=103 (13% of max value = 765). Red value is 60 (23.83% from 255 or 58.25% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 60 - color contains mainly: red. Hex color #3C111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C111A is #C3EEE5. Grayscale: #1E1E1E. Windows color (decimal): -12840678 or 1708348. OLE color: 1708348.

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

Color convert

RGB601726-
CMYK00.720.570.76
HSL347.44º55.84%15.1%-
HSV(B)347.44º71.67%23.53%-
XYZ2.251.441.14-
YUV30.88125.25148.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 58.25%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=58.25%
G=16.50%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60172600.720.570.76347.4455.8415.1
Hex3C111A048394C15b38f
Octal7421320110711145337017
Binary11110010001110100100100011100110011001010110111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,26); }

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

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

 a { background-color: rgb(60,17,26); }

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

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

 span { border-color: rgb(60,17,26); }

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