Html Css Color HEX #3C0214 Rustic Red

📋 copy color: '#3C0214'

red 60 ◦ green 2 ◦ blue 20

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

Shades of Rustic Red #3C0214

Tints of Rustic Red #3C0214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 73.17%
G = 2.44%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3C0214 (or 0x3C0214) is known color: Rustic Red. HEX triplet: 3C, 02 and 14. RGB value is (60,2,20). Sum of RGB (Red+Green+Blue) = 60+2+20=82 (10% of max value = 765). Red value is 60 (23.83% from 255 or 73.17% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0214 is #C3FDEB. Grayscale: #151515. Windows color (decimal): -12844524 or 1311292. OLE color: 1311292.

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

Color convert

RGB 60 2 20 -
CMYK 0 0.97 0.67 0.76
HSL 341.38º 0.94% 0.12% -
HSV(B) 341.38º 0.97% 0.24% -
XYZ 2.01 1.05 0.76 -
YUV 21.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 60 2 20 0 0.97 0.67 0.76 341.38 0.94 0.12
Hex 3C 2 14 0 61 43 4C 155 5E C
Octal 74 2 24 0 141 103 114 525 136 14
Binary 111100 10 10100 0 1100001 1000011 1001100 101010101 1011110 1100

Color Harmonies of #3C0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0214

Black with #3C0214

Text Example


Text Example

White with #3C0214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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