Html Css Color HEX #581003 Red Oxide

📋 copy color: '#581003'

red 88 ◦ green 16 ◦ blue 3

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

Shades of Red Oxide #581003

Tints of Red Oxide #581003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

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

R = 82.24%
G = 14.95%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#581003 (or 0x581003) is known color: Red Oxide. HEX triplet: 58, 10 and 03. RGB value is (88,16,3). Sum of RGB (Red+Green+Blue) = 88+16+3=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #581003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581003 is #A7EFFC. Grayscale: #242424. Windows color (decimal): -11005949 or 200792. OLE color: 200792.

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

Color convert

RGB 88 16 3 -
CMYK 0 0.82 0.97 0.65
HSL 9.18º 0.93% 0.18% -
HSV(B) 9.18º 0.97% 0.35% -
XYZ 4.23 2.45 0.34 -
YUV 36.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 88 16 3 0 0.82 0.97 0.65 9.18 0.93 0.18
Hex 58 10 3 0 52 61 41 9 5D 12
Octal 130 20 3 0 122 141 101 11 135 22
Binary 1011000 10000 11 0 1010010 1100001 1000001 1001 1011101 10010

Color Harmonies of #581003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581003

Black with #581003

Text Example


Text Example

White with #581003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581003; }

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

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

background-color css

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

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

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

border-color css

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

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

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