#4B0C14

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

Shades of Rustic Red #4B0C14

Tints of Rustic Red #4B0C14

Color information

#4B0C14 (or 0x4B0C14) is unknown color: approx Rustic Red. HEX triplet: 4B, 0C and 14. RGB value is (75,12,20). Sum of RGB (Red+Green+Blue) = 75+12+20=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0C14 is #B4F3EB. Grayscale: #1F1F1F. Windows color (decimal): -11858924 or 1313867. OLE color: 1313867.

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

Color convert

RGB751220-
CMYK00.840.730.71
HSL352.38º72.41%17.06%-
HSV(B)352.38º84%29.41%-
XYZ3.161.810.84-
YUV31.75121.37158.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 70.09%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=70.09%
G=11.21%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75122000.840.730.71352.3872.4117.06
Hex4BC1405449471604811
Octal1131424012411110754011021
Binary10010111100101000101010010010011000111101100000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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