Html Css Color HEX #580006 Rustic Red

📋 copy color: '#580006'

red 88 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #580006

Tints of Rustic Red #580006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.38%

R = 93.62%
G = 0%
B = 6.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#580006 (or 0x580006) is known color: Rustic Red. HEX triplet: 58, 00 and 06. RGB value is (88,0,6). Sum of RGB (Red+Green+Blue) = 88+0+6=94 (12% of max value = 765). Red value is 88 (34.77% from 255 or 93.62% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 88 - color contains mainly: red. Hex color #580006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580006 is #A7FFF9. Grayscale: #1B1B1B. Windows color (decimal): -11010042 or 393304. OLE color: 393304.

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

Color convert

RGB 88 0 6 -
CMYK 0 1 0.93 0.65
HSL 355.91º 1% 0.17% -
HSV(B) 355.91º 1% 0.35% -
XYZ 4.06 2.09 0.36 -
YUV 27 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 88 0 6 0 1 0.93 0.65 355.91 1 0.17
Hex 58 0 6 0 64 5D 41 164 64 11
Octal 130 0 6 0 144 135 101 544 144 21
Binary 1011000 0 110 0 1100100 1011101 1000001 101100100 1100100 10001

Color Harmonies of #580006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580006

Black with #580006

Text Example


Text Example

White with #580006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580006; }

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

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

background-color css

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

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

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

border-color css

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

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

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