Html Css Color HEX #70221B Red Oxide

📋 copy color: '#70221B'

red 112 ◦ green 34 ◦ blue 27

#70221B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #70221B

Tints of Red Oxide #70221B

RGB

 RED value IS 112 (44.14% from 255) = 64.74%

 GREEN value IS 34 (13.67% from 255) = 19.65%

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 64.74%
G = 19.65%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70221B (or 0x70221B) is known color: Red Oxide. HEX triplet: 70, 22 and 1B. RGB value is (112,34,27). Sum of RGB (Red+Green+Blue) = 112+34+27=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70221B is #8FDDE4. Grayscale: #383838. Windows color (decimal): -9428453 or 1778288. OLE color: 1778288.

HSL color Cylindrical-coordinate representation of color #70221B: hue angle of 4.94º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70221B is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 27 -
CMYK 0 0.70 0.76 0.56
HSL 4.94º 0.61% 0.27% -
HSV(B) 4.94º 0.76% 0.44% -
XYZ 7.45 4.67 1.55 -
YUV 56.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 112 34 27 0 0.70 0.76 0.56 4.94 0.61 0.27
Hex 70 22 1B 0 46 4C 38 5 3D 1B
Octal 160 42 33 0 106 114 70 5 75 33
Binary 1110000 100010 11011 0 1000110 1001100 111000 101 111101 11011

Color Harmonies of #70221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70221B

Black with #70221B

Text Example


Text Example

White with #70221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70221B; }

 p { color: rgb(112,34,27); }

 H1.HeaderClassName
 {
   color: #70221B;
 }
 .AnyTagClassName
 {
   color: #70221B;
 }
</style>

background-color css

<style>
 a { background-color: #70221B; }

 a { background-color: rgb(112,34,27); }

 div.DivClassName
 {
   background-color: #70221B;
 }
 .BgClassName
 {
   background-color: #70221B;
 }
</style>

border-color css

<style>
 span { border-color: #70221B; }

 span { border-color: rgb(112,34,27); }

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