Html Css Color HEX #580F03 Red Oxide

📋 copy color: '#580F03'

red 88 ◦ green 15 ◦ blue 3

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

Shades of Red Oxide #580F03

Tints of Red Oxide #580F03

RGB

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

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

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

R = 83.02%
G = 14.15%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#580F03 (or 0x580F03) is known color: Red Oxide. HEX triplet: 58, 0F and 03. RGB value is (88,15,3). Sum of RGB (Red+Green+Blue) = 88+15+3=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #580F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F03 is #A7F0FC. Grayscale: #232323. Windows color (decimal): -11006205 or 200536. OLE color: 200536.

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

Color convert

RGB 88 15 3 -
CMYK 0 0.83 0.97 0.65
HSL 8.47º 0.93% 0.18% -
HSV(B) 8.47º 0.97% 0.35% -
XYZ 4.21 2.42 0.33 -
YUV 35.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 88 15 3 0 0.83 0.97 0.65 8.47 0.93 0.18
Hex 58 F 3 0 53 61 41 8 5D 12
Octal 130 17 3 0 123 141 101 10 135 22
Binary 1011000 1111 11 0 1010011 1100001 1000001 1000 1011101 10010

Color Harmonies of #580F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F03

Black with #580F03

Text Example


Text Example

White with #580F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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