#3C000F

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

Shades of Rustic Red #3C000F

Tints of Rustic Red #3C000F

Color information

#3C000F (or 0x3C000F) is unknown color: approx Rustic Red. HEX triplet: 3C, 00 and 0F. RGB value is (60,0,15). Sum of RGB (Red+Green+Blue) = 60+0+15=75 (9% of max value = 765). Red value is 60 (23.83% from 255 or 80% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 60 - color contains mainly: red. Hex color #3C000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C000F is #C3FFF0. Grayscale: #131313. Windows color (decimal): -12845041 or 983100. OLE color: 983100.

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

Color convert

RGB60015-
CMYK010.750.76
HSL345º100%11.76%-
HSV(B)345º100%23.53%-
XYZ1.9510.54-
YUV19.65125.38156.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 20%
R=80%
G=0%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60015010.750.7634510011.76
Hex3C0F0644B4C15964c
Octal74017014411311453114414
Binary11110001111011001001001011100110010101100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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