Html Css Color HEX #581002 Red Oxide

📋 copy color: '#581002'

red 88 ◦ green 16 ◦ blue 2

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

Shades of Red Oxide #581002

Tints of Red Oxide #581002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

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

R = 83.02%
G = 15.09%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#581002 (or 0x581002) is known color: Red Oxide. HEX triplet: 58, 10 and 02. RGB value is (88,16,2). Sum of RGB (Red+Green+Blue) = 88+16+2=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #581002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581002 is #A7EFFD. Grayscale: #242424. Windows color (decimal): -11005950 or 135256. OLE color: 135256.

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

Color convert

RGB 88 16 2 -
CMYK 0 0.82 0.98 0.65
HSL 9.77º 0.96% 0.18% -
HSV(B) 9.77º 0.98% 0.35% -
XYZ 4.22 2.45 0.31 -
YUV 35.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 88 16 2 0 0.82 0.98 0.65 9.77 0.96 0.18
Hex 58 10 2 0 52 62 41 A 60 12
Octal 130 20 2 0 122 142 101 12 140 22
Binary 1011000 10000 10 0 1010010 1100010 1000001 1010 1100000 10010

Color Harmonies of #581002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581002

Black with #581002

Text Example


Text Example

White with #581002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581002; }

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

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

background-color css

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

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

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

border-color css

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

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

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