#41030B

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

Shades of Rustic Red #41030B

Tints of Rustic Red #41030B

Color information

#41030B (or 0x41030B) is unknown color: approx Rustic Red. HEX triplet: 41, 03 and 0B. RGB value is (65,3,11). Sum of RGB (Red+Green+Blue) = 65+3+11=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #41030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41030B is #BEFCF4. Grayscale: #161616. Windows color (decimal): -12516597 or 721729. OLE color: 721729.

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

Color convert

RGB65311-
CMYK00.950.830.75
HSL352.26º91.18%13.33%-
HSV(B)352.26º95.38%25.49%-
XYZ2.271.210.43-
YUV22.45121.54158.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 82.28%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=82.28%
G=3.80%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6531100.950.830.75352.2691.1813.33
Hex413B05F534B1605bd
Octal101313013712311354013315
Binary1000001111011010111111010011100101110110000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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