#3C080E

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

Shades of Rustic Red #3C080E

Tints of Rustic Red #3C080E

Color information

#3C080E (or 0x3C080E) is unknown color: approx Rustic Red. HEX triplet: 3C, 08 and 0E. RGB value is (60,8,14). Sum of RGB (Red+Green+Blue) = 60+8+14=82 (10% of max value = 765). Red value is 60 (23.83% from 255 or 73.17% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 60 - color contains mainly: red. Hex color #3C080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C080E is #C3F7F1. Grayscale: #181818. Windows color (decimal): -12842994 or 919612. OLE color: 919612.

HSL color Cylindrical-coordinate representation of color #3C080E: hue angle of 353.08º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C080E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB60814-
CMYK00.870.770.76
HSL353.08º76.47%13.33%-
HSV(B)353.08º86.67%23.53%-
XYZ2.031.170.53-
YUV24.23122.23153.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 73.17%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=73.17%
G=9.76%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6081400.870.770.76353.0876.4713.33
Hex3C8E0574D4C1614cd
Octal741016012711511454111415
Binary11110010001110010101111001101100110010110000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,14); }

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

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

 a { background-color: rgb(60,8,14); }

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

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

 span { border-color: rgb(60,8,14); }

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