Html Css Color HEX #3C171A Rustic Red

📋 copy color: '#3C171A'

red 60 ◦ green 23 ◦ blue 26

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

Shades of Rustic Red #3C171A

Tints of Rustic Red #3C171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.1%

 BLUE value IS 26 (10.55% from 255) = 23.85%

R = 55.05%
G = 21.1%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#3C171A (or 0x3C171A) is known color: Rustic Red. HEX triplet: 3C, 17 and 1A. RGB value is (60,23,26). Sum of RGB (Red+Green+Blue) = 60+23+26=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C171A is #C3E8E5. Grayscale: #222222. Windows color (decimal): -12839142 or 1709884. OLE color: 1709884.

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

Color convert

RGB 60 23 26 -
CMYK 0 0.62 0.57 0.76
HSL 355.14º 0.45% 0.16% -
HSV(B) 355.14º 0.62% 0.24% -
XYZ 2.36 1.65 1.17 -
YUV 34.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 60 23 26 0 0.62 0.57 0.76 355.14 0.45 0.16
Hex 3C 17 1A 0 3E 39 4C 163 2D 10
Octal 74 27 32 0 76 71 114 543 55 20
Binary 111100 10111 11010 0 111110 111001 1001100 101100011 101101 10000

Color Harmonies of #3C171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C171A

Black with #3C171A

Text Example


Text Example

White with #3C171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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