#3C000B

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

Shades of Rustic Red #3C000B

Tints of Rustic Red #3C000B

Color information

#3C000B (or 0x3C000B) is unknown color: approx Rustic Red. HEX triplet: 3C, 00 and 0B. RGB value is (60,0,11). Sum of RGB (Red+Green+Blue) = 60+0+11=71 (9% of max value = 765). Red value is 60 (23.83% from 255 or 84.51% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 60 - color contains mainly: red. Hex color #3C000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C000B is #C3FFF4. Grayscale: #131313. Windows color (decimal): -12845045 or 720956. OLE color: 720956.

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

Color convert

RGB60011-
CMYK010.820.76
HSL349º100%11.76%-
HSV(B)349º100%23.53%-
XYZ1.920.980.41-
YUV19.19123.38157.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 84.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=84.51%
G=0%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60011010.820.7634910011.76
Hex3C0B064524C15d64c
Octal74013014412211453514414
Binary11110001011011001001010010100110010101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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