Html Css Color HEX #41040B Rustic Red

📋 copy color: '#41040B'

red 65 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #41040B

Tints of Rustic Red #41040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.75%

R = 81.25%
G = 5%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41040B (or 0x41040B) is known color: Rustic Red. HEX triplet: 41, 04 and 0B. RGB value is (65,4,11). Sum of RGB (Red+Green+Blue) = 65+4+11=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #41040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41040B is #BEFBF4. Grayscale: #171717. Windows color (decimal): -12516341 or 721985. OLE color: 721985.

HSL color Cylindrical-coordinate representation of color #41040B: hue angle of 353.11º 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 #41040B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 11 -
CMYK 0 0.94 0.83 0.75
HSL 353.11º 0.88% 0.14% -
HSV(B) 353.11º 0.94% 0.25% -
XYZ 2.28 1.23 0.43 -
YUV 23.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 65 4 11 0 0.94 0.83 0.75 353.11 0.88 0.14
Hex 41 4 B 0 5E 53 4B 161 58 E
Octal 101 4 13 0 136 123 113 541 130 16
Binary 1000001 100 1011 0 1011110 1010011 1001011 101100001 1011000 1110

Color Harmonies of #41040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41040B

Black with #41040B

Text Example


Text Example

White with #41040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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