Html Css Color HEX #3C0D14 Rustic Red

📋 copy color: '#3C0D14'

red 60 ◦ green 13 ◦ blue 20

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

Shades of Rustic Red #3C0D14

Tints of Rustic Red #3C0D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.98%

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

R = 64.52%
G = 13.98%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3C0D14 (or 0x3C0D14) is known color: Rustic Red. HEX triplet: 3C, 0D and 14. RGB value is (60,13,20). Sum of RGB (Red+Green+Blue) = 60+13+20=93 (12% of max value = 765). Red value is 60 (23.83% from 255 or 64.52% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D14 is #C3F2EB. Grayscale: #1B1B1B. Windows color (decimal): -12841708 or 1314108. OLE color: 1314108.

HSL color Cylindrical-coordinate representation of color #3C0D14: hue angle of 351.06º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C0D14 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 13 20 -
CMYK 0 0.78 0.67 0.76
HSL 351.06º 0.64% 0.14% -
HSV(B) 351.06º 0.78% 0.24% -
XYZ 2.13 1.3 0.8 -
YUV 27.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 60 13 20 0 0.78 0.67 0.76 351.06 0.64 0.14
Hex 3C D 14 0 4E 43 4C 15F 40 E
Octal 74 15 24 0 116 103 114 537 100 16
Binary 111100 1101 10100 0 1001110 1000011 1001100 101011111 1000000 1110

Color Harmonies of #3C0D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D14

Black with #3C0D14

Text Example


Text Example

White with #3C0D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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