Html Css Color HEX #580F0B Red Oxide

📋 copy color: '#580F0B'

red 88 ◦ green 15 ◦ blue 11

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

Shades of Red Oxide #580F0B

Tints of Red Oxide #580F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.65%

R = 77.19%
G = 13.16%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#580F0B (or 0x580F0B) is known color: Red Oxide. HEX triplet: 58, 0F and 0B. RGB value is (88,15,11). Sum of RGB (Red+Green+Blue) = 88+15+11=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F0B is #A7F0F4. Grayscale: #242424. Windows color (decimal): -11006197 or 724824. OLE color: 724824.

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

Color convert

RGB 88 15 11 -
CMYK 0 0.83 0.88 0.65
HSL 3.12º 0.78% 0.19% -
HSV(B) 3.12º 0.88% 0.35% -
XYZ 4.26 2.44 0.56 -
YUV 36.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 88 15 11 0 0.83 0.88 0.65 3.12 0.78 0.19
Hex 58 F B 0 53 58 41 3 4E 13
Octal 130 17 13 0 123 130 101 3 116 23
Binary 1011000 1111 1011 0 1010011 1011000 1000001 11 1001110 10011

Color Harmonies of #580F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F0B

Black with #580F0B

Text Example


Text Example

White with #580F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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