Html Css Color HEX #581612 Red Oxide

📋 copy color: '#581612'

red 88 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #581612

Tints of Red Oxide #581612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

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

R = 68.75%
G = 17.19%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#581612 (or 0x581612) is known color: Red Oxide. HEX triplet: 58, 16 and 12. RGB value is (88,22,18). Sum of RGB (Red+Green+Blue) = 88+22+18=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581612 is #A7E9ED. Grayscale: #292929. Windows color (decimal): -11004398 or 1185368. OLE color: 1185368.

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

Color convert

RGB 88 22 18 -
CMYK 0 0.75 0.80 0.65
HSL 3.43º 0.66% 0.21% -
HSV(B) 3.43º 0.8% 0.35% -
XYZ 4.42 2.69 0.86 -
YUV 41.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 88 22 18 0 0.75 0.80 0.65 3.43 0.66 0.21
Hex 58 16 12 0 4B 50 41 3 42 15
Octal 130 26 22 0 113 120 101 3 102 25
Binary 1011000 10110 10010 0 1001011 1010000 1000001 11 1000010 10101

Color Harmonies of #581612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581612

Black with #581612

Text Example


Text Example

White with #581612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581612; }

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

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

background-color css

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

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

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

border-color css

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

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

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