Html Css Color HEX #58160E Red Oxide

📋 copy color: '#58160E'

red 88 ◦ green 22 ◦ blue 14

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

Shades of Red Oxide #58160E

Tints of Red Oxide #58160E

RGB

 RED value IS 88 (34.77% from 255) = 70.97%

 GREEN value IS 22 (8.98% from 255) = 17.74%

 BLUE value IS 14 (5.86% from 255) = 11.29%

R = 70.97%
G = 17.74%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58160E (or 0x58160E) is known color: Red Oxide. HEX triplet: 58, 16 and 0E. RGB value is (88,22,14). Sum of RGB (Red+Green+Blue) = 88+22+14=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58160E is #A7E9F1. Grayscale: #282828. Windows color (decimal): -11004402 or 923224. OLE color: 923224.

HSL color Cylindrical-coordinate representation of color #58160E: hue angle of 6.49º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58160E is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 14 -
CMYK 0 0.75 0.84 0.65
HSL 6.49º 0.73% 0.2% -
HSV(B) 6.49º 0.84% 0.35% -
XYZ 4.39 2.68 0.7 -
YUV 40.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 88 22 14 0 0.75 0.84 0.65 6.49 0.73 0.2
Hex 58 16 E 0 4B 54 41 6 49 14
Octal 130 26 16 0 113 124 101 6 111 24
Binary 1011000 10110 1110 0 1001011 1010100 1000001 110 1001001 10100

Color Harmonies of #58160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58160E

Black with #58160E

Text Example


Text Example

White with #58160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58160E; }

 p { color: rgb(88,22,14); }

 H1.HeaderClassName
 {
   color: #58160E;
 }
 .AnyTagClassName
 {
   color: #58160E;
 }
</style>

background-color css

<style>
 a { background-color: #58160E; }

 a { background-color: rgb(88,22,14); }

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

border-color css

<style>
 span { border-color: #58160E; }

 span { border-color: rgb(88,22,14); }

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