Html Css Color HEX #3C0117 Rustic Red

📋 copy color: '#3C0117'

red 60 ◦ green 1 ◦ blue 23

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

Shades of Rustic Red #3C0117

Tints of Rustic Red #3C0117

RGB

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

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

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

R = 71.43%
G = 1.19%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3C0117 (or 0x3C0117) is known color: Rustic Red. HEX triplet: 3C, 01 and 17. RGB value is (60,1,23). Sum of RGB (Red+Green+Blue) = 60+1+23=84 (11% of max value = 765). Red value is 60 (23.83% from 255 or 71.43% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0117 is #C3FEE8. Grayscale: #151515. Windows color (decimal): -12844777 or 1507644. OLE color: 1507644.

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

Color convert

RGB 60 1 23 -
CMYK 0 0.98 0.62 0.76
HSL 337.63º 0.97% 0.12% -
HSV(B) 337.63º 0.98% 0.24% -
XYZ 2.03 1.04 0.91 -
YUV 21.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 60 1 23 0 0.98 0.62 0.76 337.63 0.97 0.12
Hex 3C 1 17 0 62 3E 4C 152 61 C
Octal 74 1 27 0 142 76 114 522 141 14
Binary 111100 1 10111 0 1100010 111110 1001100 101010010 1100001 1100

Color Harmonies of #3C0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0117

Black with #3C0117

Text Example


Text Example

White with #3C0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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