#4B0410

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

Shades of Rustic Red #4B0410

Tints of Rustic Red #4B0410

Color information

#4B0410 (or 0x4B0410) is unknown color: approx Rustic Red. HEX triplet: 4B, 04 and 10. RGB value is (75,4,16). Sum of RGB (Red+Green+Blue) = 75+4+16=95 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.95% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0410 is #B4FBEF. Grayscale: #1A1A1A. Windows color (decimal): -11860976 or 1049675. OLE color: 1049675.

HSL color Cylindrical-coordinate representation of color #4B0410: hue angle of 349.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0410 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB75416-
CMYK00.950.790.71
HSL349.86º89.87%15.49%-
HSV(B)349.86º94.67%29.41%-
XYZ3.041.620.64-
YUV26.6122.02162.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 78.95%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=78.95%
G=4.21%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7541600.950.790.71349.8689.8715.49
Hex4B41005F4F4715e5af
Octal113420013711710753613217
Binary100101110010000010111111001111100011110101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B0410; }

 p { color: rgb(75,4,16); }

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

<style>
 a { background-color: #4B0410; }

 a { background-color: rgb(75,4,16); }

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

<style>
 span { border-color: #4B0410; }

 span { border-color: rgb(75,4,16); }

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