#4B0B0D

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

Shades of Rustic Red #4B0B0D

Tints of Rustic Red #4B0B0D

Color information

#4B0B0D (or 0x4B0B0D) is unknown color: approx Rustic Red. HEX triplet: 4B, 0B and 0D. RGB value is (75,11,13). Sum of RGB (Red+Green+Blue) = 75+11+13=99 (13% of max value = 765). Red value is 75 (29.69% from 255 or 75.76% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0B0D is #B4F4F2. Grayscale: #1E1E1E. Windows color (decimal): -11859187 or 854859. OLE color: 854859.

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

Color convert

RGB751113-
CMYK00.850.830.71
HSL358.12º74.42%16.86%-
HSV(B)358.12º85.33%29.41%-
XYZ3.091.760.56-
YUV30.36118.2159.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 75.76%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=75.76%
G=11.11%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75111300.850.830.71358.1274.4216.86
Hex4BBD05553471664a11
Octal1131315012512310754611221
Binary1001011101111010101010110100111000111101100110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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