Html Css Color HEX #41040F Rustic Red

📋 copy color: '#41040F'

red 65 ◦ green 4 ◦ blue 15

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

Shades of Rustic Red #41040F

Tints of Rustic Red #41040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 77.38%
G = 4.76%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41040F (or 0x41040F) is known color: Rustic Red. HEX triplet: 41, 04 and 0F. RGB value is (65,4,15). Sum of RGB (Red+Green+Blue) = 65+4+15=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #41040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41040F is #BEFBF0. Grayscale: #171717. Windows color (decimal): -12516337 or 984129. OLE color: 984129.

HSL color Cylindrical-coordinate representation of color #41040F: hue angle of 349.18º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41040F is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 15 -
CMYK 0 0.94 0.77 0.75
HSL 349.18º 0.88% 0.14% -
HSV(B) 349.18º 0.94% 0.25% -
XYZ 2.31 1.25 0.57 -
YUV 23.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 65 4 15 0 0.94 0.77 0.75 349.18 0.88 0.14
Hex 41 4 F 0 5E 4D 4B 15D 58 E
Octal 101 4 17 0 136 115 113 535 130 16
Binary 1000001 100 1111 0 1011110 1001101 1001011 101011101 1011000 1110

Color Harmonies of #41040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41040F

Black with #41040F

Text Example


Text Example

White with #41040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41040F; }

 p { color: rgb(65,4,15); }

 H1.HeaderClassName
 {
   color: #41040F;
 }
 .AnyTagClassName
 {
   color: #41040F;
 }
</style>

background-color css

<style>
 a { background-color: #41040F; }

 a { background-color: rgb(65,4,15); }

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

border-color css

<style>
 span { border-color: #41040F; }

 span { border-color: rgb(65,4,15); }

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