Html Css Color HEX #41151A Rustic Red

📋 copy color: '#41151A'

red 65 ◦ green 21 ◦ blue 26

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

Shades of Rustic Red #41151A

Tints of Rustic Red #41151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.75%

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

R = 58.04%
G = 18.75%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41151A (or 0x41151A) is known color: Rustic Red. HEX triplet: 41, 15 and 1A. RGB value is (65,21,26). Sum of RGB (Red+Green+Blue) = 65+21+26=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41151A is #BEEAE5. Grayscale: #222222. Windows color (decimal): -12511974 or 1709377. OLE color: 1709377.

HSL color Cylindrical-coordinate representation of color #41151A: hue angle of 353.18º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41151A is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 26 -
CMYK 0 0.68 0.60 0.75
HSL 353.18º 0.51% 0.17% -
HSV(B) 353.18º 0.68% 0.25% -
XYZ 2.63 1.73 1.17 -
YUV 34.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 65 21 26 0 0.68 0.60 0.75 353.18 0.51 0.17
Hex 41 15 1A 0 44 3C 4B 161 33 11
Octal 101 25 32 0 104 74 113 541 63 21
Binary 1000001 10101 11010 0 1000100 111100 1001011 101100001 110011 10001

Color Harmonies of #41151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41151A

Black with #41151A

Text Example


Text Example

White with #41151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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