Html Css Color HEX #58100C Red Oxide

📋 copy color: '#58100C'

red 88 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #58100C

Tints of Red Oxide #58100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.79%

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

R = 75.86%
G = 13.79%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58100C (or 0x58100C) is known color: Red Oxide. HEX triplet: 58, 10 and 0C. RGB value is (88,16,12). Sum of RGB (Red+Green+Blue) = 88+16+12=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #58100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58100C is #A7EFF3. Grayscale: #252525. Windows color (decimal): -11005940 or 790616. OLE color: 790616.

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

Color convert

RGB 88 16 12 -
CMYK 0 0.82 0.86 0.65
HSL 3.16º 0.76% 0.2% -
HSV(B) 3.16º 0.86% 0.35% -
XYZ 4.28 2.47 0.6 -
YUV 37.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 88 16 12 0 0.82 0.86 0.65 3.16 0.76 0.2
Hex 58 10 C 0 52 56 41 3 4C 14
Octal 130 20 14 0 122 126 101 3 114 24
Binary 1011000 10000 1100 0 1010010 1010110 1000001 11 1001100 10100

Color Harmonies of #58100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58100C

Black with #58100C

Text Example


Text Example

White with #58100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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