#4B030D

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

Shades of Rustic Red #4B030D

Tints of Rustic Red #4B030D

Color information

#4B030D (or 0x4B030D) is unknown color: approx Rustic Red. HEX triplet: 4B, 03 and 0D. RGB value is (75,3,13). Sum of RGB (Red+Green+Blue) = 75+3+13=91 (12% of max value = 765). Red value is 75 (29.69% from 255 or 82.42% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 75 - color contains mainly: red. Hex color #4B030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B030D is #B4FCF2. Grayscale: #191919. Windows color (decimal): -11861235 or 852811. OLE color: 852811.

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

Color convert

RGB75313-
CMYK00.960.830.71
HSL351.67º92.31%15.29%-
HSV(B)351.67º96%29.41%-
XYZ3.011.590.53-
YUV25.67120.85163.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 82.42%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=82.42%
G=3.30%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7531300.960.830.71351.6792.3115.29
Hex4B3D06053471605cf
Octal113315014012310754013417
Binary1001011111101011000001010011100011110110000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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