#41070A

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

Shades of Rustic Red #41070A

Tints of Rustic Red #41070A

Color information

#41070A (or 0x41070A) is unknown color: approx Rustic Red. HEX triplet: 41, 07 and 0A. RGB value is (65,7,10). Sum of RGB (Red+Green+Blue) = 65+7+10=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #41070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41070A is #BEF8F5. Grayscale: #181818. Windows color (decimal): -12515574 or 657217. OLE color: 657217.

HSL color Cylindrical-coordinate representation of color #41070A: hue angle of 356.9º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41070A is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB65710-
CMYK00.890.850.75
HSL356.9º80.56%14.12%-
HSV(B)356.9º89.23%25.49%-
XYZ2.311.30.42-
YUV24.68119.72156.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 79.27%
GREEN value IS 7 (3.12% from 255) = 8.54%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=79.27%
G=8.54%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6571000.890.850.75356.980.5614.12
Hex417A059554B16551e
Octal101712013112511354512116
Binary10000011111010010110011010101100101110110010110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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