#3C0216

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

Shades of Rustic Red #3C0216

Tints of Rustic Red #3C0216

Color information

#3C0216 (or 0x3C0216) is unknown color: approx Rustic Red. HEX triplet: 3C, 02 and 16. RGB value is (60,2,22). Sum of RGB (Red+Green+Blue) = 60+2+22=84 (11% of max value = 765). Red value is 60 (23.83% from 255 or 71.43% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0216 is #C3FDE9. Grayscale: #151515. Windows color (decimal): -12844522 or 1442364. OLE color: 1442364.

HSL color Cylindrical-coordinate representation of color #3C0216: hue angle of 339.31º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0216 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB60222-
CMYK00.970.630.76
HSL339.31º93.55%12.16%-
HSV(B)339.31º96.67%23.53%-
XYZ2.031.060.86-
YUV21.62128.22155.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=71.43%
G=2.38%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6022200.970.630.76339.3193.5512.16
Hex3C2160613F4C1535ec
Octal7422601417711452313614
Binary111100101011001100001111111100110010101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,2,22); }

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

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

 a { background-color: rgb(60,2,22); }

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

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

 span { border-color: rgb(60,2,22); }

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