Html Css Color HEX #581010 Red Oxide

📋 copy color: '#581010'

red 88 ◦ green 16 ◦ blue 16

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

Shades of Red Oxide #581010

Tints of Red Oxide #581010

RGB

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

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

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

R = 73.33%
G = 13.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581010 (or 0x581010) is known color: Red Oxide. HEX triplet: 58, 10 and 10. RGB value is (88,16,16). Sum of RGB (Red+Green+Blue) = 88+16+16=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #581010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581010 is #A7EFEF. Grayscale: #252525. Windows color (decimal): -11005936 or 1052760. OLE color: 1052760.

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

Color convert

RGB 88 16 16 -
CMYK 0 0.82 0.82 0.65
HSL 0.69% 0.2% -
HSV(B) 0.82% 0.35% -
XYZ 4.3 2.48 0.74 -
YUV 37.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 88 16 16 0 0.82 0.82 0.65 0 0.69 0.2
Hex 58 10 10 0 52 52 41 0 45 14
Octal 130 20 20 0 122 122 101 0 105 24
Binary 1011000 10000 10000 0 1010010 1010010 1000001 0 1000101 10100

Color Harmonies of #581010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581010

Black with #581010

Text Example


Text Example

White with #581010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581010; }

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

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

background-color css

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

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

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

border-color css

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

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

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