Html Css Color HEX #581A12 Red Oxide

📋 copy color: '#581A12'

red 88 ◦ green 26 ◦ blue 18

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

Shades of Red Oxide #581A12

Tints of Red Oxide #581A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

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

R = 66.67%
G = 19.7%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#581A12 (or 0x581A12) is known color: Red Oxide. HEX triplet: 58, 1A and 12. RGB value is (88,26,18). Sum of RGB (Red+Green+Blue) = 88+26+18=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #581A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A12 is #A7E5ED. Grayscale: #2B2B2B. Windows color (decimal): -11003374 or 1186392. OLE color: 1186392.

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

Color convert

RGB 88 26 18 -
CMYK 0 0.70 0.80 0.65
HSL 6.86º 0.66% 0.21% -
HSV(B) 6.86º 0.8% 0.35% -
XYZ 4.5 2.86 0.89 -
YUV 43.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 88 26 18 0 0.70 0.80 0.65 6.86 0.66 0.21
Hex 58 1A 12 0 46 50 41 7 42 15
Octal 130 32 22 0 106 120 101 7 102 25
Binary 1011000 11010 10010 0 1000110 1010000 1000001 111 1000010 10101

Color Harmonies of #581A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A12

Black with #581A12

Text Example


Text Example

White with #581A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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