Html Css Color HEX #580F05 Red Oxide

📋 copy color: '#580F05'

red 88 ◦ green 15 ◦ blue 5

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

Shades of Red Oxide #580F05

Tints of Red Oxide #580F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.89%

 BLUE value IS 5 (2.34% from 255) = 4.63%

R = 81.48%
G = 13.89%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#580F05 (or 0x580F05) is known color: Red Oxide. HEX triplet: 58, 0F and 05. RGB value is (88,15,5). Sum of RGB (Red+Green+Blue) = 88+15+5=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #580F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F05 is #A7F0FA. Grayscale: #232323. Windows color (decimal): -11006203 or 331608. OLE color: 331608.

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

Color convert

RGB 88 15 5 -
CMYK 0 0.83 0.94 0.65
HSL 7.23º 0.89% 0.18% -
HSV(B) 7.23º 0.94% 0.35% -
XYZ 4.22 2.43 0.39 -
YUV 35.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 88 15 5 0 0.83 0.94 0.65 7.23 0.89 0.18
Hex 58 F 5 0 53 5E 41 7 59 12
Octal 130 17 5 0 123 136 101 7 131 22
Binary 1011000 1111 101 0 1010011 1011110 1000001 111 1011001 10010

Color Harmonies of #580F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F05

Black with #580F05

Text Example


Text Example

White with #580F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,15,5); }

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

background-color css

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

 a { background-color: rgb(88,15,5); }

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

border-color css

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

 span { border-color: rgb(88,15,5); }

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