Html Css Color HEX #581512 Red Oxide

📋 copy color: '#581512'

red 88 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #581512

Tints of Red Oxide #581512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.17%

R = 69.29%
G = 16.54%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#581512 (or 0x581512) is known color: Red Oxide. HEX triplet: 58, 15 and 12. RGB value is (88,21,18). Sum of RGB (Red+Green+Blue) = 88+21+18=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581512 is #A7EAED. Grayscale: #282828. Windows color (decimal): -11004654 or 1185112. OLE color: 1185112.

HSL color Cylindrical-coordinate representation of color #581512: hue angle of 2.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581512 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 18 -
CMYK 0 0.76 0.80 0.65
HSL 2.57º 0.66% 0.21% -
HSV(B) 2.57º 0.8% 0.35% -
XYZ 4.4 2.65 0.85 -
YUV 40.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 88 21 18 0 0.76 0.80 0.65 2.57 0.66 0.21
Hex 58 15 12 0 4C 50 41 3 42 15
Octal 130 25 22 0 114 120 101 3 102 25
Binary 1011000 10101 10010 0 1001100 1010000 1000001 11 1000010 10101

Color Harmonies of #581512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581512

Black with #581512

Text Example


Text Example

White with #581512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581512; }

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

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

background-color css

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

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

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

border-color css

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

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

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