Html Css Color HEX #41161A Rustic Red

📋 copy color: '#41161A'

red 65 ◦ green 22 ◦ blue 26

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

Shades of Rustic Red #41161A

Tints of Rustic Red #41161A

RGB

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

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

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

R = 57.52%
G = 19.47%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41161A (or 0x41161A) is known color: Rustic Red. HEX triplet: 41, 16 and 1A. RGB value is (65,22,26). Sum of RGB (Red+Green+Blue) = 65+22+26=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41161A is #BEE9E5. Grayscale: #232323. Windows color (decimal): -12511718 or 1709633. OLE color: 1709633.

HSL color Cylindrical-coordinate representation of color #41161A: hue angle of 354.42º 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 #41161A is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 22 26 -
CMYK 0 0.66 0.60 0.75
HSL 354.42º 0.49% 0.17% -
HSV(B) 354.42º 0.66% 0.25% -
XYZ 2.65 1.77 1.18 -
YUV 35.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 65 22 26 0 0.66 0.60 0.75 354.42 0.49 0.17
Hex 41 16 1A 0 42 3C 4B 162 31 11
Octal 101 26 32 0 102 74 113 542 61 21
Binary 1000001 10110 11010 0 1000010 111100 1001011 101100010 110001 10001

Color Harmonies of #41161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41161A

Black with #41161A

Text Example


Text Example

White with #41161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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