Html Css Color HEX #581503 Red Oxide

📋 copy color: '#581503'

red 88 ◦ green 21 ◦ blue 3

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

Shades of Red Oxide #581503

Tints of Red Oxide #581503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.68%

R = 78.57%
G = 18.75%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#581503 (or 0x581503) is known color: Red Oxide. HEX triplet: 58, 15 and 03. RGB value is (88,21,3). Sum of RGB (Red+Green+Blue) = 88+21+3=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #581503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581503 is #A7EAFC. Grayscale: #272727. Windows color (decimal): -11004669 or 202072. OLE color: 202072.

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

Color convert

RGB 88 21 3 -
CMYK 0 0.76 0.97 0.65
HSL 12.71º 0.93% 0.18% -
HSV(B) 12.71º 0.97% 0.35% -
XYZ 4.31 2.62 0.36 -
YUV 38.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 88 21 3 0 0.76 0.97 0.65 12.71 0.93 0.18
Hex 58 15 3 0 4C 61 41 D 5D 12
Octal 130 25 3 0 114 141 101 15 135 22
Binary 1011000 10101 11 0 1001100 1100001 1000001 1101 1011101 10010

Color Harmonies of #581503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581503

Black with #581503

Text Example


Text Example

White with #581503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581503; }

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

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

background-color css

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

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

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

border-color css

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

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

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