Html Css Color HEX #580601 Red Oxide

📋 copy color: '#580601'

red 88 ◦ green 6 ◦ blue 1

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

Shades of Red Oxide #580601

Tints of Red Oxide #580601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.32%

 BLUE value IS 1 (0.78% from 255) = 1.05%

R = 92.63%
G = 6.32%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#580601 (or 0x580601) is known color: Red Oxide. HEX triplet: 58, 06 and 01. RGB value is (88,6,1). Sum of RGB (Red+Green+Blue) = 88+6+1=95 (12% of max value = 765). Red value is 88 (34.77% from 255 or 92.63% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 88 - color contains mainly: red. Hex color #580601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580601 is #A7F9FE. Grayscale: #1E1E1E. Windows color (decimal): -11008511 or 67160. OLE color: 67160.

HSL color Cylindrical-coordinate representation of color #580601: hue angle of 3.45º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580601 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 6 1 -
CMYK 0 0.93 0.99 0.65
HSL 3.45º 0.98% 0.17% -
HSV(B) 3.45º 0.99% 0.35% -
XYZ 4.1 2.21 0.24 -
YUV 29.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 88 6 1 0 0.93 0.99 0.65 3.45 0.98 0.17
Hex 58 6 1 0 5D 63 41 3 62 11
Octal 130 6 1 0 135 143 101 3 142 21
Binary 1011000 110 1 0 1011101 1100011 1000001 11 1100010 10001

Color Harmonies of #580601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580601

Black with #580601

Text Example


Text Example

White with #580601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580601; }

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

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

background-color css

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

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

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

border-color css

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

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

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