#3C080B

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

Shades of Rustic Red #3C080B

Tints of Rustic Red #3C080B

Color information

#3C080B (or 0x3C080B) is unknown color: approx Rustic Red. HEX triplet: 3C, 08 and 0B. RGB value is (60,8,11). Sum of RGB (Red+Green+Blue) = 60+8+11=79 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75.95% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 60 - color contains mainly: red. Hex color #3C080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C080B is #C3F7F4. Grayscale: #171717. Windows color (decimal): -12842997 or 723004. OLE color: 723004.

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

Color convert

RGB60811-
CMYK00.870.820.76
HSL356.54º76.47%13.33%-
HSV(B)356.54º86.67%23.53%-
XYZ2.011.160.43-
YUV23.89120.73153.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 75.95%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=75.95%
G=10.13%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6081100.870.820.76356.5476.4713.33
Hex3C8B057524C1654cd
Octal741013012712211454511415
Binary11110010001011010101111010010100110010110010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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