Html Css Color HEX #58120C Red Oxide

📋 copy color: '#58120C'

red 88 ◦ green 18 ◦ blue 12

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

Shades of Red Oxide #58120C

Tints of Red Oxide #58120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

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

R = 74.58%
G = 15.25%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58120C (or 0x58120C) is known color: Red Oxide. HEX triplet: 58, 12 and 0C. RGB value is (88,18,12). Sum of RGB (Red+Green+Blue) = 88+18+12=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #58120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58120C is #A7EDF3. Grayscale: #262626. Windows color (decimal): -11005428 or 791128. OLE color: 791128.

HSL color Cylindrical-coordinate representation of color #58120C: hue angle of 4.74º 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 #58120C is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 12 -
CMYK 0 0.80 0.86 0.65
HSL 4.74º 0.76% 0.2% -
HSV(B) 4.74º 0.86% 0.35% -
XYZ 4.31 2.53 0.61 -
YUV 38.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 88 18 12 0 0.80 0.86 0.65 4.74 0.76 0.2
Hex 58 12 C 0 50 56 41 5 4C 14
Octal 130 22 14 0 120 126 101 5 114 24
Binary 1011000 10010 1100 0 1010000 1010110 1000001 101 1001100 10100

Color Harmonies of #58120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58120C

Black with #58120C

Text Example


Text Example

White with #58120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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