Html Css Color HEX #58180C Red Oxide

📋 copy color: '#58180C'

red 88 ◦ green 24 ◦ blue 12

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

Shades of Red Oxide #58180C

Tints of Red Oxide #58180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 70.97%
G = 19.35%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58180C (or 0x58180C) is known color: Red Oxide. HEX triplet: 58, 18 and 0C. RGB value is (88,24,12). Sum of RGB (Red+Green+Blue) = 88+24+12=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58180C is #A7E7F3. Grayscale: #292929. Windows color (decimal): -11003892 or 792664. OLE color: 792664.

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

Color convert

RGB 88 24 12 -
CMYK 0 0.73 0.86 0.65
HSL 9.47º 0.76% 0.2% -
HSV(B) 9.47º 0.86% 0.35% -
XYZ 4.42 2.75 0.65 -
YUV 41.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 88 24 12 0 0.73 0.86 0.65 9.47 0.76 0.2
Hex 58 18 C 0 49 56 41 9 4C 14
Octal 130 30 14 0 111 126 101 11 114 24
Binary 1011000 11000 1100 0 1001001 1010110 1000001 1001 1001100 10100

Color Harmonies of #58180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58180C

Black with #58180C

Text Example


Text Example

White with #58180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58180C; }

 p { color: rgb(88,24,12); }

 H1.HeaderClassName
 {
   color: #58180C;
 }
 .AnyTagClassName
 {
   color: #58180C;
 }
</style>

background-color css

<style>
 a { background-color: #58180C; }

 a { background-color: rgb(88,24,12); }

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

border-color css

<style>
 span { border-color: #58180C; }

 span { border-color: rgb(88,24,12); }

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