Html Css Color HEX #580D03 Red Oxide

📋 copy color: '#580D03'

red 88 ◦ green 13 ◦ blue 3

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

Shades of Red Oxide #580D03

Tints of Red Oxide #580D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.88%

R = 84.62%
G = 12.5%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#580D03 (or 0x580D03) is known color: Red Oxide. HEX triplet: 58, 0D and 03. RGB value is (88,13,3). Sum of RGB (Red+Green+Blue) = 88+13+3=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #580D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D03 is #A7F2FC. Grayscale: #222222. Windows color (decimal): -11006717 or 200024. OLE color: 200024.

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

Color convert

RGB 88 13 3 -
CMYK 0 0.85 0.97 0.65
HSL 7.06º 0.93% 0.18% -
HSV(B) 7.06º 0.97% 0.35% -
XYZ 4.18 2.37 0.32 -
YUV 34.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 88 13 3 0 0.85 0.97 0.65 7.06 0.93 0.18
Hex 58 D 3 0 55 61 41 7 5D 12
Octal 130 15 3 0 125 141 101 7 135 22
Binary 1011000 1101 11 0 1010101 1100001 1000001 111 1011101 10010

Color Harmonies of #580D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D03

Black with #580D03

Text Example


Text Example

White with #580D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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