#58100B

Color #58100B Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #58100B

Tints of Red Oxide #58100B

Color information

#58100B (or 0x58100B) is unknown color: approx Red Oxide. HEX triplet: 58, 10 and 0B. RGB value is (88,16,11). Sum of RGB (Red+Green+Blue) = 88+16+11=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #58100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58100B is #A7EFF4. Grayscale: #252525. Windows color (decimal): -11005941 or 725080. OLE color: 725080.

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

Color convert

RGB881611-
CMYK00.820.880.65
HSL3.9º77.78%19.41%-
HSV(B)3.9º87.5%34.51%-
XYZ4.272.470.57-
YUV36.96113.35164.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=76.52%
G=13.91%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88161100.820.880.653.977.7819.41
Hex5810B052584144e13
Octal13020130122130101411623
Binary10110001000010110101001010110001000001100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58100B;
 }
 .AnyTagClassName
 {
   color: #58100B;
 }
</style>
background-color css

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

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

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

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

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

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