Html Css Color HEX #41171C Rustic Red

📋 copy color: '#41171C'

red 65 ◦ green 23 ◦ blue 28

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

Shades of Rustic Red #41171C

Tints of Rustic Red #41171C

RGB

 RED value IS 65 (25.78% from 255) = 56.03%

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

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 56.03%
G = 19.83%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41171C (or 0x41171C) is known color: Rustic Red. HEX triplet: 41, 17 and 1C. RGB value is (65,23,28). Sum of RGB (Red+Green+Blue) = 65+23+28=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41171C is #BEE8E3. Grayscale: #242424. Windows color (decimal): -12511460 or 1840961. OLE color: 1840961.

HSL color Cylindrical-coordinate representation of color #41171C: hue angle of 352.86º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41171C is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 23 28 -
CMYK 0 0.65 0.57 0.75
HSL 352.86º 0.48% 0.17% -
HSV(B) 352.86º 0.65% 0.25% -
XYZ 2.7 1.82 1.31 -
YUV 36.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 65 23 28 0 0.65 0.57 0.75 352.86 0.48 0.17
Hex 41 17 1C 0 41 39 4B 161 30 11
Octal 101 27 34 0 101 71 113 541 60 21
Binary 1000001 10111 11100 0 1000001 111001 1001011 101100001 110000 10001

Color Harmonies of #41171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41171C

Black with #41171C

Text Example


Text Example

White with #41171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41171C; }

 p { color: rgb(65,23,28); }

 H1.HeaderClassName
 {
   color: #41171C;
 }
 .AnyTagClassName
 {
   color: #41171C;
 }
</style>

background-color css

<style>
 a { background-color: #41171C; }

 a { background-color: rgb(65,23,28); }

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

border-color css

<style>
 span { border-color: #41171C; }

 span { border-color: rgb(65,23,28); }

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