Html Css Color HEX #580003 Rustic Red

📋 copy color: '#580003'

red 88 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #580003

Tints of Rustic Red #580003

RGB

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

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

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

R = 96.7%
G = 0%
B = 3.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#580003 (or 0x580003) is known color: Rustic Red. HEX triplet: 58, 00 and 03. RGB value is (88,0,3). Sum of RGB (Red+Green+Blue) = 88+0+3=91 (12% of max value = 765). Red value is 88 (34.77% from 255 or 96.70% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 88 - color contains mainly: red. Hex color #580003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580003 is #A7FFFC. Grayscale: #1A1A1A. Windows color (decimal): -11010045 or 196696. OLE color: 196696.

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

Color convert

RGB 88 0 3 -
CMYK 0 1 0.97 0.65
HSL 357.95º 1% 0.17% -
HSV(B) 357.95º 1% 0.35% -
XYZ 4.04 2.08 0.27 -
YUV 26.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 88 0 3 0 1 0.97 0.65 357.95 1 0.17
Hex 58 0 3 0 64 61 41 166 64 11
Octal 130 0 3 0 144 141 101 546 144 21
Binary 1011000 0 11 0 1100100 1100001 1000001 101100110 1100100 10001

Color Harmonies of #580003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580003

Black with #580003

Text Example


Text Example

White with #580003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580003; }

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

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

background-color css

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

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

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

border-color css

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

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

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