#4B0B12

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

Shades of Rustic Red #4B0B12

Tints of Rustic Red #4B0B12

Color information

#4B0B12 (or 0x4B0B12) is unknown color: approx Rustic Red. HEX triplet: 4B, 0B and 12. RGB value is (75,11,18). Sum of RGB (Red+Green+Blue) = 75+11+18=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0B12 is #B4F4ED. Grayscale: #1E1E1E. Windows color (decimal): -11859182 or 1182539. OLE color: 1182539.

HSL color Cylindrical-coordinate representation of color #4B0B12: hue angle of 353.44º 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 #4B0B12 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB751118-
CMYK00.850.760.71
HSL353.44º74.42%16.86%-
HSV(B)353.44º85.33%29.41%-
XYZ3.131.780.75-
YUV30.93120.7159.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 72.12%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=72.12%
G=10.58%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75111800.850.760.71353.4474.4216.86
Hex4BB120554C471614a11
Octal1131322012511410754111221
Binary10010111011100100101010110011001000111101100001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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