#4B050B

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

Shades of Rustic Red #4B050B

Tints of Rustic Red #4B050B

Color information

#4B050B (or 0x4B050B) is unknown color: approx Rustic Red. HEX triplet: 4B, 05 and 0B. RGB value is (75,5,11). Sum of RGB (Red+Green+Blue) = 75+5+11=91 (12% of max value = 765). Red value is 75 (29.69% from 255 or 82.42% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 75 - color contains mainly: red. Hex color #4B050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B050B is #B4FAF4. Grayscale: #1A1A1A. Windows color (decimal): -11860725 or 722251. OLE color: 722251.

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

Color convert

RGB75511-
CMYK00.930.850.71
HSL354.86º87.5%15.69%-
HSV(B)354.86º93.33%29.41%-
XYZ3.021.630.47-
YUV26.61119.19162.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 82.42%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=82.42%
G=5.49%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7551100.930.850.71354.8687.515.69
Hex4B5B05D55471635810
Octal113513013512510754313020
Binary100101110110110101110110101011000111101100011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,5,11); }

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

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

 a { background-color: rgb(75,5,11); }

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

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

 span { border-color: rgb(75,5,11); }

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