Html Css Color HEX #580303 Red Oxide

📋 copy color: '#580303'

red 88 ◦ green 3 ◦ blue 3

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

Shades of Red Oxide #580303

Tints of Red Oxide #580303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

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

R = 93.62%
G = 3.19%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#580303 (or 0x580303) is known color: Red Oxide. HEX triplet: 58, 03 and 03. RGB value is (88,3,3). Sum of RGB (Red+Green+Blue) = 88+3+3=94 (12% of max value = 765). Red value is 88 (34.77% from 255 or 93.62% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 88 - color contains mainly: red. Hex color #580303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580303 is #A7FCFC. Grayscale: #1C1C1C. Windows color (decimal): -11009277 or 197464. OLE color: 197464.

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

Color convert

RGB 88 3 3 -
CMYK 0 0.97 0.97 0.65
HSL 0.93% 0.18% -
HSV(B) 0.97% 0.35% -
XYZ 4.07 2.15 0.29 -
YUV 28.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 88 3 3 0 0.97 0.97 0.65 0 0.93 0.18
Hex 58 3 3 0 61 61 41 0 5D 12
Octal 130 3 3 0 141 141 101 0 135 22
Binary 1011000 11 11 0 1100001 1100001 1000001 0 1011101 10010

Color Harmonies of #580303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580303

Black with #580303

Text Example


Text Example

White with #580303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580303; }

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

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

background-color css

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

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

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

border-color css

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

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

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