Html Css Color HEX #580C01 Red Oxide

📋 copy color: '#580C01'

red 88 ◦ green 12 ◦ blue 1

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

Shades of Red Oxide #580C01

Tints of Red Oxide #580C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.88%

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

R = 87.13%
G = 11.88%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#580C01 (or 0x580C01) is known color: Red Oxide. HEX triplet: 58, 0C and 01. RGB value is (88,12,1). Sum of RGB (Red+Green+Blue) = 88+12+1=101 (13% of max value = 765). Red value is 88 (34.77% from 255 or 87.13% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 88 - color contains mainly: red. Hex color #580C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C01 is #A7F3FE. Grayscale: #212121. Windows color (decimal): -11006975 or 68696. OLE color: 68696.

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

Color convert

RGB 88 12 1 -
CMYK 0 0.86 0.99 0.65
HSL 7.59º 0.98% 0.17% -
HSV(B) 7.59º 0.99% 0.35% -
XYZ 4.16 2.34 0.26 -
YUV 33.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 88 12 1 0 0.86 0.99 0.65 7.59 0.98 0.17
Hex 58 C 1 0 56 63 41 8 62 11
Octal 130 14 1 0 126 143 101 10 142 21
Binary 1011000 1100 1 0 1010110 1100011 1000001 1000 1100010 10001

Color Harmonies of #580C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C01

Black with #580C01

Text Example


Text Example

White with #580C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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