#4B0E0F

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

Shades of Rustic Red #4B0E0F

Tints of Rustic Red #4B0E0F

Color information

#4B0E0F (or 0x4B0E0F) is unknown color: approx Rustic Red. HEX triplet: 4B, 0E and 0F. RGB value is (75,14,15). Sum of RGB (Red+Green+Blue) = 75+14+15=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0E0F is #B4F1F0. Grayscale: #202020. Windows color (decimal): -11858417 or 986699. OLE color: 986699.

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

Color convert

RGB751415-
CMYK00.810.800.71
HSL359.02º68.54%17.45%-
HSV(B)359.02º81.33%29.41%-
XYZ3.141.840.64-
YUV32.35118.21158.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 72.12%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=72.12%
G=13.46%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75141500.810.800.71359.0268.5417.45
Hex4BEF05150471674511
Octal1131617012112010754710521
Binary1001011111011110101000110100001000111101100111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,14,15); }

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

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

 a { background-color: rgb(75,14,15); }

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

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

 span { border-color: rgb(75,14,15); }

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