#4B1314

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

Shades of Rustic Red #4B1314

Tints of Rustic Red #4B1314

Color information

#4B1314 (or 0x4B1314) is unknown color: approx Rustic Red. HEX triplet: 4B, 13 and 14. RGB value is (75,19,20). Sum of RGB (Red+Green+Blue) = 75+19+20=114 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.79% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1314 is #B4ECEB. Grayscale: #232323. Windows color (decimal): -11857132 or 1315659. OLE color: 1315659.

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

Color convert

RGB751920-
CMYK00.750.730.71
HSL358.93º59.57%18.43%-
HSV(B)358.93º74.67%29.41%-
XYZ3.262.010.88-
YUV35.86119.05155.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 65.79%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=65.79%
G=16.67%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75192000.750.730.71358.9359.5718.43
Hex4B131404B49471673c12
Octal113232401131111075477422
Binary10010111001110100010010111001001100011110110011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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