Html Css Color HEX #580E04 Red Oxide

📋 copy color: '#580E04'

red 88 ◦ green 14 ◦ blue 4

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

Shades of Red Oxide #580E04

Tints of Red Oxide #580E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.21%

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 83.02%
G = 13.21%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#580E04 (or 0x580E04) is known color: Red Oxide. HEX triplet: 58, 0E and 04. RGB value is (88,14,4). Sum of RGB (Red+Green+Blue) = 88+14+4=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #580E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E04 is #A7F1FB. Grayscale: #232323. Windows color (decimal): -11006460 or 265816. OLE color: 265816.

HSL color Cylindrical-coordinate representation of color #580E04: hue angle of 7.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580E04 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 14 4 -
CMYK 0 0.84 0.95 0.65
HSL 7.14º 0.91% 0.18% -
HSV(B) 7.14º 0.95% 0.35% -
XYZ 4.2 2.4 0.36 -
YUV 34.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 88 14 4 0 0.84 0.95 0.65 7.14 0.91 0.18
Hex 58 E 4 0 54 5F 41 7 5B 12
Octal 130 16 4 0 124 137 101 7 133 22
Binary 1011000 1110 100 0 1010100 1011111 1000001 111 1011011 10010

Color Harmonies of #580E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E04

Black with #580E04

Text Example


Text Example

White with #580E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,14,4); }

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

background-color css

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

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

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

border-color css

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

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

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