Html Css Color HEX #58100F Red Oxide

📋 copy color: '#58100F'

red 88 ◦ green 16 ◦ blue 15

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

Shades of Red Oxide #58100F

Tints of Red Oxide #58100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.61%

R = 73.95%
G = 13.45%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58100F (or 0x58100F) is known color: Red Oxide. HEX triplet: 58, 10 and 0F. RGB value is (88,16,15). Sum of RGB (Red+Green+Blue) = 88+16+15=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58100F is #A7EFF0. Grayscale: #252525. Windows color (decimal): -11005937 or 987224. OLE color: 987224.

HSL color Cylindrical-coordinate representation of color #58100F: hue angle of 0.82º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58100F is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 15 -
CMYK 0 0.82 0.83 0.65
HSL 0.82º 0.71% 0.2% -
HSV(B) 0.82º 0.83% 0.35% -
XYZ 4.3 2.48 0.7 -
YUV 37.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 88 16 15 0 0.82 0.83 0.65 0.82 0.71 0.2
Hex 58 10 F 0 52 53 41 1 47 14
Octal 130 20 17 0 122 123 101 1 107 24
Binary 1011000 10000 1111 0 1010010 1010011 1000001 1 1000111 10100

Color Harmonies of #58100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58100F

Black with #58100F

Text Example


Text Example

White with #58100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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