Html Css Color HEX #41151C Rustic Red

📋 copy color: '#41151C'

red 65 ◦ green 21 ◦ blue 28

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

Shades of Rustic Red #41151C

Tints of Rustic Red #41151C

RGB

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

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

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

R = 57.02%
G = 18.42%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41151C (or 0x41151C) is known color: Rustic Red. HEX triplet: 41, 15 and 1C. RGB value is (65,21,28). Sum of RGB (Red+Green+Blue) = 65+21+28=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41151C is #BEEAE3. Grayscale: #222222. Windows color (decimal): -12511972 or 1840449. OLE color: 1840449.

HSL color Cylindrical-coordinate representation of color #41151C: hue angle of 350.45º 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 #41151C is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 28 -
CMYK 0 0.68 0.57 0.75
HSL 350.45º 0.51% 0.17% -
HSV(B) 350.45º 0.68% 0.25% -
XYZ 2.66 1.74 1.3 -
YUV 34.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 65 21 28 0 0.68 0.57 0.75 350.45 0.51 0.17
Hex 41 15 1C 0 44 39 4B 15E 33 11
Octal 101 25 34 0 104 71 113 536 63 21
Binary 1000001 10101 11100 0 1000100 111001 1001011 101011110 110011 10001

Color Harmonies of #41151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41151C

Black with #41151C

Text Example


Text Example

White with #41151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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