#3C151A

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

Shades of Rustic Red #3C151A

Tints of Rustic Red #3C151A

Color information

#3C151A (or 0x3C151A) is unknown color: approx Rustic Red. HEX triplet: 3C, 15 and 1A. RGB value is (60,21,26). Sum of RGB (Red+Green+Blue) = 60+21+26=107 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.07% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 60 - color contains mainly: red. Hex color #3C151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C151A is #C3EAE5. Grayscale: #212121. Windows color (decimal): -12839654 or 1709372. OLE color: 1709372.

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

Color convert

RGB602126-
CMYK00.650.570.76
HSL352.31º48.15%15.88%-
HSV(B)352.31º65%23.53%-
XYZ2.321.571.16-
YUV33.23123.92147.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 56.07%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=56.07%
G=19.63%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60212600.650.570.76352.3148.1515.88
Hex3C151A041394C1603010
Octal7425320101711145406020
Binary111100101011101001000001111001100110010110000011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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