#41020B

Color #41020B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #41020B

Tints of Rustic Red #41020B

Color information

#41020B (or 0x41020B) is unknown color: approx Rustic Red. HEX triplet: 41, 02 and 0B. RGB value is (65,2,11). Sum of RGB (Red+Green+Blue) = 65+2+11=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #41020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41020B is #BEFDF4. Grayscale: #151515. Windows color (decimal): -12516853 or 721473. OLE color: 721473.

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

Color convert

RGB65211-
CMYK00.970.830.75
HSL351.43º94.03%13.14%-
HSV(B)351.43º96.92%25.49%-
XYZ2.261.190.43-
YUV21.86121.87158.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=83.33%
G=2.56%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521100.970.830.75351.4394.0313.14
Hex412B061534B15f5ed
Octal101213014112311353713615
Binary1000001101011011000011010011100101110101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41020B;
 }
 .AnyTagClassName
 {
   color: #41020B;
 }
</style>
background-color css

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

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

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

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

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

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