Html Css Color HEX #580D02 Red Oxide

📋 copy color: '#580D02'

red 88 ◦ green 13 ◦ blue 2

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

Shades of Red Oxide #580D02

Tints of Red Oxide #580D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.94%

R = 85.44%
G = 12.62%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#580D02 (or 0x580D02) is known color: Red Oxide. HEX triplet: 58, 0D and 02. RGB value is (88,13,2). Sum of RGB (Red+Green+Blue) = 88+13+2=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #580D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D02 is #A7F2FD. Grayscale: #222222. Windows color (decimal): -11006718 or 134488. OLE color: 134488.

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

Color convert

RGB 88 13 2 -
CMYK 0 0.85 0.98 0.65
HSL 7.67º 0.96% 0.18% -
HSV(B) 7.67º 0.98% 0.35% -
XYZ 4.18 2.37 0.29 -
YUV 34.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 88 13 2 0 0.85 0.98 0.65 7.67 0.96 0.18
Hex 58 D 2 0 55 62 41 8 60 12
Octal 130 15 2 0 125 142 101 10 140 22
Binary 1011000 1101 10 0 1010101 1100010 1000001 1000 1100000 10010

Color Harmonies of #580D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D02

Black with #580D02

Text Example


Text Example

White with #580D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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