#4B1B1A

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

Shades of Red Oxide #4B1B1A

Tints of Red Oxide #4B1B1A

Color information

#4B1B1A (or 0x4B1B1A) is unknown color: approx Red Oxide. HEX triplet: 4B, 1B and 1A. RGB value is (75,27,26). Sum of RGB (Red+Green+Blue) = 75+27+26=128 (16% of max value = 765). Red value is 75 (29.69% from 255 or 58.59% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B1A is #B4E4E5. Grayscale: #292929. Windows color (decimal): -11855078 or 1710923. OLE color: 1710923.

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

Color convert

RGB752726-
CMYK00.640.650.71
HSL1.22º48.51%19.8%-
HSV(B)1.22º65.33%29.41%-
XYZ3.482.351.25-
YUV41.24119.4152.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.59%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=58.59%
G=21.09%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75272600.640.650.711.2248.5119.8
Hex4B1B1A040414713114
Octal1133332010010110716124
Binary100101111011110100100000010000011000111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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