Html Css Color HEX #3C010D Rustic Red

📋 copy color: '#3C010D'

red 60 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #3C010D

Tints of Rustic Red #3C010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

 BLUE value IS 13 (5.47% from 255) = 17.57%

R = 81.08%
G = 1.35%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C010D (or 0x3C010D) is known color: Rustic Red. HEX triplet: 3C, 01 and 0D. RGB value is (60,1,13). Sum of RGB (Red+Green+Blue) = 60+1+13=74 (9% of max value = 765). Red value is 60 (23.83% from 255 or 81.08% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 60 - color contains mainly: red. Hex color #3C010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C010D is #C3FEF2. Grayscale: #141414. Windows color (decimal): -12844787 or 852284. OLE color: 852284.

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

Color convert

RGB 60 1 13 -
CMYK 0 0.98 0.78 0.76
HSL 347.8º 0.97% 0.12% -
HSV(B) 347.8º 0.98% 0.24% -
XYZ 1.95 1.01 0.47 -
YUV 20.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 60 1 13 0 0.98 0.78 0.76 347.8 0.97 0.12
Hex 3C 1 D 0 62 4E 4C 15C 61 C
Octal 74 1 15 0 142 116 114 534 141 14
Binary 111100 1 1101 0 1100010 1001110 1001100 101011100 1100001 1100

Color Harmonies of #3C010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C010D

Black with #3C010D

Text Example


Text Example

White with #3C010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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