Html Css Color HEX #3C0D17 Rustic Red

📋 copy color: '#3C0D17'

red 60 ◦ green 13 ◦ blue 23

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

Shades of Rustic Red #3C0D17

Tints of Rustic Red #3C0D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23.96%

R = 62.5%
G = 13.54%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3C0D17 (or 0x3C0D17) is known color: Rustic Red. HEX triplet: 3C, 0D and 17. RGB value is (60,13,23). Sum of RGB (Red+Green+Blue) = 60+13+23=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D17 is #C3F2E8. Grayscale: #1C1C1C. Windows color (decimal): -12841705 or 1510716. OLE color: 1510716.

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

Color convert

RGB 60 13 23 -
CMYK 0 0.78 0.62 0.76
HSL 347.23º 0.64% 0.14% -
HSV(B) 347.23º 0.78% 0.24% -
XYZ 2.16 1.31 0.95 -
YUV 28.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 60 13 23 0 0.78 0.62 0.76 347.23 0.64 0.14
Hex 3C D 17 0 4E 3E 4C 15B 40 E
Octal 74 15 27 0 116 76 114 533 100 16
Binary 111100 1101 10111 0 1001110 111110 1001100 101011011 1000000 1110

Color Harmonies of #3C0D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D17

Black with #3C0D17

Text Example


Text Example

White with #3C0D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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