#4B1311

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

Shades of Red Oxide #4B1311

Tints of Red Oxide #4B1311

Color information

#4B1311 (or 0x4B1311) is unknown color: approx Red Oxide. HEX triplet: 4B, 13 and 11. RGB value is (75,19,17). Sum of RGB (Red+Green+Blue) = 75+19+17=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1311 is #B4ECEE. Grayscale: #232323. Windows color (decimal): -11857135 or 1119051. OLE color: 1119051.

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

Color convert

RGB751917-
CMYK00.750.770.71
HSL2.07º63.04%18.04%-
HSV(B)2.07º77.33%29.41%-
XYZ3.2420.75-
YUV35.52117.55156.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 67.57%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=67.57%
G=17.12%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75191700.750.770.712.0763.0418.04
Hex4B131104B4D4723f12
Octal1132321011311510727722
Binary1001011100111000101001011100110110001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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