#4B040D

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

Shades of Rustic Red #4B040D

Tints of Rustic Red #4B040D

Color information

#4B040D (or 0x4B040D) is unknown color: approx Rustic Red. HEX triplet: 4B, 04 and 0D. RGB value is (75,4,13). Sum of RGB (Red+Green+Blue) = 75+4+13=92 (12% of max value = 765). Red value is 75 (29.69% from 255 or 81.52% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 75 - color contains mainly: red. Hex color #4B040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B040D is #B4FBF2. Grayscale: #1A1A1A. Windows color (decimal): -11860979 or 853067. OLE color: 853067.

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

Color convert

RGB75413-
CMYK00.950.830.71
HSL352.39º89.87%15.49%-
HSV(B)352.39º94.67%29.41%-
XYZ3.021.610.53-
YUV26.26120.52162.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 81.52%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=81.52%
G=4.35%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7541300.950.830.71352.3989.8715.49
Hex4B4D05F53471605af
Octal113415013712310754013217
Binary10010111001101010111111010011100011110110000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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