#4B0A13

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

Shades of Rustic Red #4B0A13

Tints of Rustic Red #4B0A13

Color information

#4B0A13 (or 0x4B0A13) is unknown color: approx Rustic Red. HEX triplet: 4B, 0A and 13. RGB value is (75,10,19). Sum of RGB (Red+Green+Blue) = 75+10+19=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0A13 is #B4F5EC. Grayscale: #1E1E1E. Windows color (decimal): -11859437 or 1247819. OLE color: 1247819.

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

Color convert

RGB751019-
CMYK00.870.750.71
HSL351.69º76.47%16.67%-
HSV(B)351.69º86.67%29.41%-
XYZ3.131.760.79-
YUV30.46121.53159.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 72.12%
GREEN value IS 10 (4.30% from 255) = 9.62%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=72.12%
G=9.62%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75101900.870.750.71351.6976.4716.67
Hex4BA130574B471604c11
Octal1131223012711310754011421
Binary10010111010100110101011110010111000111101100000100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,10,19); }

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

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

 a { background-color: rgb(75,10,19); }

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

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

 span { border-color: rgb(75,10,19); }

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