#4B1914

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

Shades of Red Oxide #4B1914

Tints of Red Oxide #4B1914

Color information

#4B1914 (or 0x4B1914) is unknown color: approx Red Oxide. HEX triplet: 4B, 19 and 14. RGB value is (75,25,20). Sum of RGB (Red+Green+Blue) = 75+25+20=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1914 is #B4E6EB. Grayscale: #272727. Windows color (decimal): -11855596 or 1317195. OLE color: 1317195.

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

Color convert

RGB752520-
CMYK00.670.730.71
HSL5.45º57.89%18.63%-
HSV(B)5.45º73.33%29.41%-
XYZ3.382.240.92-
YUV39.38117.06153.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 62.5%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=62.5%
G=20.83%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75252000.670.730.715.4557.8918.63
Hex4B1914043494753a13
Octal1133124010311110757223
Binary10010111100110100010000111001001100011110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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