Html Css Color HEX #581702 Red Oxide

📋 copy color: '#581702'

red 88 ◦ green 23 ◦ blue 2

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

Shades of Red Oxide #581702

Tints of Red Oxide #581702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 77.88%
G = 20.35%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#581702 (or 0x581702) is known color: Red Oxide. HEX triplet: 58, 17 and 02. RGB value is (88,23,2). Sum of RGB (Red+Green+Blue) = 88+23+2=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581702 is #A7E8FD. Grayscale: #282828. Windows color (decimal): -11004158 or 137048. OLE color: 137048.

HSL color Cylindrical-coordinate representation of color #581702: hue angle of 14.65º 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 #581702 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 23 2 -
CMYK 0 0.74 0.98 0.65
HSL 14.65º 0.96% 0.18% -
HSV(B) 14.65º 0.98% 0.35% -
XYZ 4.34 2.69 0.35 -
YUV 40.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 88 23 2 0 0.74 0.98 0.65 14.65 0.96 0.18
Hex 58 17 2 0 4A 62 41 F 60 12
Octal 130 27 2 0 112 142 101 17 140 22
Binary 1011000 10111 10 0 1001010 1100010 1000001 1111 1100000 10010

Color Harmonies of #581702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581702

Black with #581702

Text Example


Text Example

White with #581702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581702; }

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

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

background-color css

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

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

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

border-color css

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

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

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