Html Css Color HEX #3C0614 Rustic Red

📋 copy color: '#3C0614'

red 60 ◦ green 6 ◦ blue 20

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

Shades of Rustic Red #3C0614

Tints of Rustic Red #3C0614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

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

R = 69.77%
G = 6.98%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3C0614 (or 0x3C0614) is known color: Rustic Red. HEX triplet: 3C, 06 and 14. RGB value is (60,6,20). Sum of RGB (Red+Green+Blue) = 60+6+20=86 (11% of max value = 765). Red value is 60 (23.83% from 255 or 69.77% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0614 is #C3F9EB. Grayscale: #171717. Windows color (decimal): -12843500 or 1312316. OLE color: 1312316.

HSL color Cylindrical-coordinate representation of color #3C0614: hue angle of 344.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0614 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 6 20 -
CMYK 0 0.90 0.67 0.76
HSL 344.44º 0.82% 0.13% -
HSV(B) 344.44º 0.9% 0.24% -
XYZ 2.05 1.14 0.77 -
YUV 23.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 60 6 20 0 0.90 0.67 0.76 344.44 0.82 0.13
Hex 3C 6 14 0 5A 43 4C 158 52 D
Octal 74 6 24 0 132 103 114 530 122 15
Binary 111100 110 10100 0 1011010 1000011 1001100 101011000 1010010 1101

Color Harmonies of #3C0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0614

Black with #3C0614

Text Example


Text Example

White with #3C0614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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