Html Css Color HEX #41000B Rustic Red

📋 copy color: '#41000B'

red 65 ◦ green 0 ◦ blue 11

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

Shades of Rustic Red #41000B

Tints of Rustic Red #41000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.53%
G = 0%
B = 14.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41000B (or 0x41000B) is known color: Rustic Red. HEX triplet: 41, 00 and 0B. RGB value is (65,0,11). Sum of RGB (Red+Green+Blue) = 65+0+11=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #41000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41000B is #BEFFF4. Grayscale: #141414. Windows color (decimal): -12517365 or 720961. OLE color: 720961.

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

Color convert

RGB 65 0 11 -
CMYK 0 1 0.83 0.75
HSL 349.85º 1% 0.13% -
HSV(B) 349.85º 1% 0.25% -
XYZ 2.24 1.15 0.42 -
YUV 20.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 65 0 11 0 1 0.83 0.75 349.85 1 0.13
Hex 41 0 B 0 64 53 4B 15E 64 D
Octal 101 0 13 0 144 123 113 536 144 15
Binary 1000001 0 1011 0 1100100 1010011 1001011 101011110 1100100 1101

Color Harmonies of #41000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41000B

Black with #41000B

Text Example


Text Example

White with #41000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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