#3C0009

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

Shades of Rustic Red #3C0009

Tints of Rustic Red #3C0009

Color information

#3C0009 (or 0x3C0009) is unknown color: approx Rustic Red. HEX triplet: 3C, 00 and 09. RGB value is (60,0,9). Sum of RGB (Red+Green+Blue) = 60+0+9=69 (9% of max value = 765). Red value is 60 (23.83% from 255 or 86.96% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0009 is #C3FFF6. Grayscale: #121212. Windows color (decimal): -12845047 or 589884. OLE color: 589884.

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

Color convert

RGB6009-
CMYK010.850.76
HSL351º100%11.76%-
HSV(B)351º100%23.53%-
XYZ1.910.980.35-
YUV18.97122.38157.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 86.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 13.04%
R=86.96%
G=0%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6009010.850.7635110011.76
Hex3C09064554C15f64c
Octal74011014412511453714414
Binary11110001001011001001010101100110010101111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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