#4B0109

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

Shades of Rustic Red #4B0109

Tints of Rustic Red #4B0109

Color information

#4B0109 (or 0x4B0109) is unknown color: approx Rustic Red. HEX triplet: 4B, 01 and 09. RGB value is (75,1,9). Sum of RGB (Red+Green+Blue) = 75+1+9=85 (11% of max value = 765). Red value is 75 (29.69% from 255 or 88.24% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0109 is #B4FEF6. Grayscale: #181818. Windows color (decimal): -11861751 or 590155. OLE color: 590155.

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

Color convert

RGB7519-
CMYK00.990.880.71
HSL353.51º97.37%14.9%-
HSV(B)353.51º98.67%29.41%-
XYZ2.961.540.4-
YUV24.04119.52164.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 88.24%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 9 (3.91% from 255) = 10.59%
R=88.24%
G=1.18%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal751900.990.880.71353.5197.3714.9
Hex4B19063584716261f
Octal113111014313010754214117
Binary100101111001011000111011000100011110110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,1,9); }

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

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

 a { background-color: rgb(75,1,9); }

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

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

 span { border-color: rgb(75,1,9); }

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