#3C010F

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

Shades of Rustic Red #3C010F

Tints of Rustic Red #3C010F

Color information

#3C010F (or 0x3C010F) is unknown color: approx Rustic Red. HEX triplet: 3C, 01 and 0F. RGB value is (60,1,15). Sum of RGB (Red+Green+Blue) = 60+1+15=76 (10% of max value = 765). Red value is 60 (23.83% from 255 or 78.95% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 60 - color contains mainly: red. Hex color #3C010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C010F is #C3FEF0. Grayscale: #141414. Windows color (decimal): -12844785 or 983356. OLE color: 983356.

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

Color convert

RGB60115-
CMYK00.980.750.76
HSL345.76º96.72%11.96%-
HSV(B)345.76º98.33%23.53%-
XYZ1.961.020.54-
YUV20.24125.05156.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 78.95%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=78.95%
G=1.32%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6011500.980.750.76345.7696.7211.96
Hex3C1F0624B4C15a61c
Octal74117014211311453214114
Binary11110011111011000101001011100110010101101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,1,15); }

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

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

 a { background-color: rgb(60,1,15); }

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

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

 span { border-color: rgb(60,1,15); }

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