#4B1A19

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

Shades of Red Oxide #4B1A19

Tints of Red Oxide #4B1A19

Color information

#4B1A19 (or 0x4B1A19) is unknown color: approx Red Oxide. HEX triplet: 4B, 1A and 19. RGB value is (75,26,25). Sum of RGB (Red+Green+Blue) = 75+26+25=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1A19 is #B4E5E6. Grayscale: #282828. Windows color (decimal): -11855335 or 1645131. OLE color: 1645131.

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

Color convert

RGB752625-
CMYK00.650.670.71
HSL1.2º50%19.61%-
HSV(B)1.2º66.67%29.41%-
XYZ3.452.31.18-
YUV40.54119.23152.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.52%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=59.52%
G=20.63%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75262500.650.670.711.25019.61
Hex4B1A19041434713214
Octal1133231010110310716224
Binary100101111010110010100000110000111000111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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