Html Css Color HEX #3C0917 Rustic Red

📋 copy color: '#3C0917'

red 60 ◦ green 9 ◦ blue 23

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

Shades of Rustic Red #3C0917

Tints of Rustic Red #3C0917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.78%

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

R = 65.22%
G = 9.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3C0917 (or 0x3C0917) is known color: Rustic Red. HEX triplet: 3C, 09 and 17. RGB value is (60,9,23). Sum of RGB (Red+Green+Blue) = 60+9+23=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0917 is #C3F6E8. Grayscale: #191919. Windows color (decimal): -12842729 or 1509692. OLE color: 1509692.

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

Color convert

RGB 60 9 23 -
CMYK 0 0.85 0.62 0.76
HSL 343.53º 0.74% 0.14% -
HSV(B) 343.53º 0.85% 0.24% -
XYZ 2.12 1.22 0.93 -
YUV 25.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 60 9 23 0 0.85 0.62 0.76 343.53 0.74 0.14
Hex 3C 9 17 0 55 3E 4C 158 4A E
Octal 74 11 27 0 125 76 114 530 112 16
Binary 111100 1001 10111 0 1010101 111110 1001100 101011000 1001010 1110

Color Harmonies of #3C0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0917

Black with #3C0917

Text Example


Text Example

White with #3C0917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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