Html Css Color HEX #581500 Red Oxide

📋 copy color: '#581500'

red 88 ◦ green 21 ◦ blue 0

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

Shades of Red Oxide #581500

Tints of Red Oxide #581500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.73%
G = 19.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#581500 (or 0x581500) is known color: Red Oxide. HEX triplet: 58, 15 and 00. RGB value is (88,21,0). Sum of RGB (Red+Green+Blue) = 88+21+0=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #581500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581500 is #A7EAFF. Grayscale: #262626. Windows color (decimal): -11004672 or 5464. OLE color: 5464.

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

Color convert

RGB 88 21 0 -
CMYK 0 0.76 1 0.65
HSL 14.32º 1% 0.17% -
HSV(B) 14.32º 1% 0.35% -
XYZ 4.29 2.61 0.28 -
YUV 38.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 88 21 0 0 0.76 1 0.65 14.32 1 0.17
Hex 58 15 0 0 4C 64 41 E 64 11
Octal 130 25 0 0 114 144 101 16 144 21
Binary 1011000 10101 0 0 1001100 1100100 1000001 1110 1100100 10001

Color Harmonies of #581500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581500

Black with #581500

Text Example


Text Example

White with #581500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581500; }

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

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

background-color css

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

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

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

border-color css

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

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

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