Html Css Color HEX #41161C Rustic Red

📋 copy color: '#41161C'

red 65 ◦ green 22 ◦ blue 28

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

Shades of Rustic Red #41161C

Tints of Rustic Red #41161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.13%

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

R = 56.52%
G = 19.13%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41161C (or 0x41161C) is known color: Rustic Red. HEX triplet: 41, 16 and 1C. RGB value is (65,22,28). Sum of RGB (Red+Green+Blue) = 65+22+28=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41161C is #BEE9E3. Grayscale: #232323. Windows color (decimal): -12511716 or 1840705. OLE color: 1840705.

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

Color convert

RGB 65 22 28 -
CMYK 0 0.66 0.57 0.75
HSL 351.63º 0.49% 0.17% -
HSV(B) 351.63º 0.66% 0.25% -
XYZ 2.68 1.78 1.3 -
YUV 35.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 65 22 28 0 0.66 0.57 0.75 351.63 0.49 0.17
Hex 41 16 1C 0 42 39 4B 160 31 11
Octal 101 26 34 0 102 71 113 540 61 21
Binary 1000001 10110 11100 0 1000010 111001 1001011 101100000 110001 10001

Color Harmonies of #41161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41161C

Black with #41161C

Text Example


Text Example

White with #41161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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