#4B0F15

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

Shades of Rustic Red #4B0F15

Tints of Rustic Red #4B0F15

Color information

#4B0F15 (or 0x4B0F15) is unknown color: approx Rustic Red. HEX triplet: 4B, 0F and 15. RGB value is (75,15,21). Sum of RGB (Red+Green+Blue) = 75+15+21=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0F15 is #B4F0EA. Grayscale: #212121. Windows color (decimal): -11858155 or 1380171. OLE color: 1380171.

HSL color Cylindrical-coordinate representation of color #4B0F15: hue angle of 354º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B0F15 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB751521-
CMYK00.800.720.71
HSL354º66.67%17.65%-
HSV(B)354º80%29.41%-
XYZ3.211.890.91-
YUV33.62120.88157.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 67.57%
GREEN value IS 15 (6.25% from 255) = 13.51%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=67.57%
G=13.51%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75152100.800.720.7135466.6717.65
Hex4BF1505048471624312
Octal1131725012011010754210322
Binary10010111111101010101000010010001000111101100010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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