#461D1D

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

Shades of Red Oxide #461D1D

Tints of Red Oxide #461D1D

Color information

#461D1D (or 0x461D1D) is unknown color: approx Red Oxide. HEX triplet: 46, 1D and 1D. RGB value is (70,29,29). Sum of RGB (Red+Green+Blue) = 70+29+29=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D1D is #B9E2E2. Grayscale: #292929. Windows color (decimal): -12182243 or 1908038. OLE color: 1908038.

HSL color Cylindrical-coordinate representation of color #461D1D: hue angle of 0º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D1D is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB702929-
CMYK00.590.590.73
HSL41.41%19.41%-
HSV(B)58.57%27.45%-
XYZ3.192.271.43-
YUV41.26121.08148.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=54.69%
G=22.66%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70292900.590.590.73041.4119.41
Hex461D1D03B3B4902913
Octal10635350737311105123
Binary1000110111011110101110111110111001001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461D1D; }

 p { color: rgb(70,29,29); }

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

<style>
 a { background-color: #461D1D; }

 a { background-color: rgb(70,29,29); }

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

<style>
 span { border-color: #461D1D; }

 span { border-color: rgb(70,29,29); }

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