#41030A

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

Shades of Rustic Red #41030A

Tints of Rustic Red #41030A

Color information

#41030A (or 0x41030A) is unknown color: approx Rustic Red. HEX triplet: 41, 03 and 0A. RGB value is (65,3,10). Sum of RGB (Red+Green+Blue) = 65+3+10=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #41030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41030A is #BEFCF5. Grayscale: #161616. Windows color (decimal): -12516598 or 656193. OLE color: 656193.

HSL color Cylindrical-coordinate representation of color #41030A: hue angle of 353.23º 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 #41030A is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB65310-
CMYK00.950.850.75
HSL353.23º91.18%13.33%-
HSV(B)353.23º95.38%25.49%-
XYZ2.271.210.4-
YUV22.34121.04158.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 83.33%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=83.33%
G=3.85%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6531000.950.850.75353.2391.1813.33
Hex413A05F554B1615bd
Octal101312013712511354113315
Binary1000001111010010111111010101100101110110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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