Html Css Color HEX #3C020C Rustic Red

📋 copy color: '#3C020C'

red 60 ◦ green 2 ◦ blue 12

#3C020C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #3C020C

Tints of Rustic Red #3C020C

RGB

 RED value IS 60 (23.83% from 255) = 81.08%

 GREEN value IS 2 (1.17% from 255) = 2.7%

 BLUE value IS 12 (5.08% from 255) = 16.22%

R = 81.08%
G = 2.7%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3C020C (or 0x3C020C) is known color: Rustic Red. HEX triplet: 3C, 02 and 0C. RGB value is (60,2,12). Sum of RGB (Red+Green+Blue) = 60+2+12=74 (9% of max value = 765). Red value is 60 (23.83% from 255 or 81.08% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 60 - color contains mainly: red. Hex color #3C020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C020C is #C3FDF3. Grayscale: #141414. Windows color (decimal): -12844532 or 787004. OLE color: 787004.

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

Color convert

RGB 60 2 12 -
CMYK 0 0.97 0.80 0.76
HSL 349.66º 0.94% 0.12% -
HSV(B) 349.66º 0.97% 0.24% -
XYZ 1.95 1.03 0.44 -
YUV 20.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 60 2 12 0 0.97 0.80 0.76 349.66 0.94 0.12
Hex 3C 2 C 0 61 50 4C 15E 5E C
Octal 74 2 14 0 141 120 114 536 136 14
Binary 111100 10 1100 0 1100001 1010000 1001100 101011110 1011110 1100

Color Harmonies of #3C020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C020C

Black with #3C020C

Text Example


Text Example

White with #3C020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,2,12); }

 H1.HeaderClassName
 {
   color: #3C020C;
 }
 .AnyTagClassName
 {
   color: #3C020C;
 }
</style>

background-color css

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

 a { background-color: rgb(60,2,12); }

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

border-color css

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

 span { border-color: rgb(60,2,12); }

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