#70211F

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

Shades of Red Oxide #70211F

Tints of Red Oxide #70211F

Color information

#70211F (or 0x70211F) is unknown color: approx Red Oxide. HEX triplet: 70, 21 and 1F. RGB value is (112,33,31). Sum of RGB (Red+Green+Blue) = 112+33+31=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70211F is #8FDEE0. Grayscale: #383838. Windows color (decimal): -9428705 or 2040176. OLE color: 2040176.

HSL color Cylindrical-coordinate representation of color #70211F: hue angle of 1.48º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70211F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1123331-
CMYK00.710.720.56
HSL1.48º56.64%28.04%-
HSV(B)1.48º72.32%43.92%-
XYZ7.474.631.8-
YUV56.39113.67167.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.64%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=63.64%
G=18.75%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112333100.710.720.561.4856.6428.04
Hex70211F04748381391c
Octal160413701071107017134
Binary111000010000111111010001111001000111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70211F; }

 p { color: rgb(112,33,31); }

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

<style>
 a { background-color: #70211F; }

 a { background-color: rgb(112,33,31); }

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

<style>
 span { border-color: #70211F; }

 span { border-color: rgb(112,33,31); }

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