Html Css Color HEX #581510 Red Oxide

📋 copy color: '#581510'

red 88 ◦ green 21 ◦ blue 16

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

Shades of Red Oxide #581510

Tints of Red Oxide #581510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 16 (6.64% from 255) = 12.8%

R = 70.4%
G = 16.8%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581510 (or 0x581510) is known color: Red Oxide. HEX triplet: 58, 15 and 10. RGB value is (88,21,16). Sum of RGB (Red+Green+Blue) = 88+21+16=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #581510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581510 is #A7EAEF. Grayscale: #282828. Windows color (decimal): -11004656 or 1054040. OLE color: 1054040.

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

Color convert

RGB 88 21 16 -
CMYK 0 0.76 0.82 0.65
HSL 4.17º 0.69% 0.2% -
HSV(B) 4.17º 0.82% 0.35% -
XYZ 4.39 2.65 0.77 -
YUV 40.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 88 21 16 0 0.76 0.82 0.65 4.17 0.69 0.2
Hex 58 15 10 0 4C 52 41 4 45 14
Octal 130 25 20 0 114 122 101 4 105 24
Binary 1011000 10101 10000 0 1001100 1010010 1000001 100 1000101 10100

Color Harmonies of #581510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581510

Black with #581510

Text Example


Text Example

White with #581510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581510; }

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

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

background-color css

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

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

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

border-color css

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

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

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