Html Css Color HEX #3C0D13 Rustic Red

📋 copy color: '#3C0D13'

red 60 ◦ green 13 ◦ blue 19

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

Shades of Rustic Red #3C0D13

Tints of Rustic Red #3C0D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.65%

R = 65.22%
G = 14.13%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#3C0D13 (or 0x3C0D13) is known color: Rustic Red. HEX triplet: 3C, 0D and 13. RGB value is (60,13,19). Sum of RGB (Red+Green+Blue) = 60+13+19=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D13 is #C3F2EC. Grayscale: #1B1B1B. Windows color (decimal): -12841709 or 1248572. OLE color: 1248572.

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

Color convert

RGB 60 13 19 -
CMYK 0 0.78 0.68 0.76
HSL 352.34º 0.64% 0.14% -
HSV(B) 352.34º 0.78% 0.24% -
XYZ 2.12 1.3 0.75 -
YUV 27.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 60 13 19 0 0.78 0.68 0.76 352.34 0.64 0.14
Hex 3C D 13 0 4E 44 4C 160 40 E
Octal 74 15 23 0 116 104 114 540 100 16
Binary 111100 1101 10011 0 1001110 1000100 1001100 101100000 1000000 1110

Color Harmonies of #3C0D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D13

Black with #3C0D13

Text Example


Text Example

White with #3C0D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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