Html Css Color HEX #41080B Rustic Red

📋 copy color: '#41080B'

red 65 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #41080B

Tints of Rustic Red #41080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.52%

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

R = 77.38%
G = 9.52%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41080B (or 0x41080B) is known color: Rustic Red. HEX triplet: 41, 08 and 0B. RGB value is (65,8,11). Sum of RGB (Red+Green+Blue) = 65+8+11=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #41080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41080B is #BEF7F4. Grayscale: #191919. Windows color (decimal): -12515317 or 723009. OLE color: 723009.

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

Color convert

RGB 65 8 11 -
CMYK 0 0.88 0.83 0.75
HSL 356.84º 0.78% 0.14% -
HSV(B) 356.84º 0.88% 0.25% -
XYZ 2.33 1.32 0.45 -
YUV 25.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 65 8 11 0 0.88 0.83 0.75 356.84 0.78 0.14
Hex 41 8 B 0 58 53 4B 165 4E E
Octal 101 10 13 0 130 123 113 545 116 16
Binary 1000001 1000 1011 0 1011000 1010011 1001011 101100101 1001110 1110

Color Harmonies of #41080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41080B

Black with #41080B

Text Example


Text Example

White with #41080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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