Html Css Color HEX #581303 Red Oxide

📋 copy color: '#581303'

red 88 ◦ green 19 ◦ blue 3

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

Shades of Red Oxide #581303

Tints of Red Oxide #581303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

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

R = 80%
G = 17.27%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#581303 (or 0x581303) is known color: Red Oxide. HEX triplet: 58, 13 and 03. RGB value is (88,19,3). Sum of RGB (Red+Green+Blue) = 88+19+3=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #581303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581303 is #A7ECFC. Grayscale: #252525. Windows color (decimal): -11005181 or 201560. OLE color: 201560.

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

Color convert

RGB 88 19 3 -
CMYK 0 0.78 0.97 0.65
HSL 11.29º 0.93% 0.18% -
HSV(B) 11.29º 0.97% 0.35% -
XYZ 4.27 2.55 0.35 -
YUV 37.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 88 19 3 0 0.78 0.97 0.65 11.29 0.93 0.18
Hex 58 13 3 0 4E 61 41 B 5D 12
Octal 130 23 3 0 116 141 101 13 135 22
Binary 1011000 10011 11 0 1001110 1100001 1000001 1011 1011101 10010

Color Harmonies of #581303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581303

Black with #581303

Text Example


Text Example

White with #581303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581303; }

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

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

background-color css

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

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

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

border-color css

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

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

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