Html Css Color HEX #581412 Red Oxide

📋 copy color: '#581412'

red 88 ◦ green 20 ◦ blue 18

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

Shades of Red Oxide #581412

Tints of Red Oxide #581412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 69.84%
G = 15.87%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#581412 (or 0x581412) is known color: Red Oxide. HEX triplet: 58, 14 and 12. RGB value is (88,20,18). Sum of RGB (Red+Green+Blue) = 88+20+18=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #581412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581412 is #A7EBED. Grayscale: #282828. Windows color (decimal): -11004910 or 1184856. OLE color: 1184856.

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

Color convert

RGB 88 20 18 -
CMYK 0 0.77 0.80 0.65
HSL 1.71º 0.66% 0.21% -
HSV(B) 1.71º 0.8% 0.35% -
XYZ 4.38 2.62 0.85 -
YUV 40.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 88 20 18 0 0.77 0.80 0.65 1.71 0.66 0.21
Hex 58 14 12 0 4D 50 41 2 42 15
Octal 130 24 22 0 115 120 101 2 102 25
Binary 1011000 10100 10010 0 1001101 1010000 1000001 10 1000010 10101

Color Harmonies of #581412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581412

Black with #581412

Text Example


Text Example

White with #581412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581412; }

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

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

background-color css

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

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

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

border-color css

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

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

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