Html Css Color HEX #580D04 Red Oxide

📋 copy color: '#580D04'

red 88 ◦ green 13 ◦ blue 4

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

Shades of Red Oxide #580D04

Tints of Red Oxide #580D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.38%

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

R = 83.81%
G = 12.38%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#580D04 (or 0x580D04) is known color: Red Oxide. HEX triplet: 58, 0D and 04. RGB value is (88,13,4). Sum of RGB (Red+Green+Blue) = 88+13+4=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #580D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D04 is #A7F2FB. Grayscale: #222222. Windows color (decimal): -11006716 or 265560. OLE color: 265560.

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

Color convert

RGB 88 13 4 -
CMYK 0 0.85 0.95 0.65
HSL 6.43º 0.91% 0.18% -
HSV(B) 6.43º 0.95% 0.35% -
XYZ 4.19 2.37 0.35 -
YUV 34.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 88 13 4 0 0.85 0.95 0.65 6.43 0.91 0.18
Hex 58 D 4 0 55 5F 41 6 5B 12
Octal 130 15 4 0 125 137 101 6 133 22
Binary 1011000 1101 100 0 1010101 1011111 1000001 110 1011011 10010

Color Harmonies of #580D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D04

Black with #580D04

Text Example


Text Example

White with #580D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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