Html Css Color HEX #581202 Red Oxide

📋 copy color: '#581202'

red 88 ◦ green 18 ◦ blue 2

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

Shades of Red Oxide #581202

Tints of Red Oxide #581202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

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

R = 81.48%
G = 16.67%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#581202 (or 0x581202) is known color: Red Oxide. HEX triplet: 58, 12 and 02. RGB value is (88,18,2). Sum of RGB (Red+Green+Blue) = 88+18+2=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #581202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581202 is #A7EDFD. Grayscale: #252525. Windows color (decimal): -11005438 or 135768. OLE color: 135768.

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

Color convert

RGB 88 18 2 -
CMYK 0 0.80 0.98 0.65
HSL 11.16º 0.96% 0.18% -
HSV(B) 11.16º 0.98% 0.35% -
XYZ 4.25 2.51 0.32 -
YUV 37.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 88 18 2 0 0.80 0.98 0.65 11.16 0.96 0.18
Hex 58 12 2 0 50 62 41 B 60 12
Octal 130 22 2 0 120 142 101 13 140 22
Binary 1011000 10010 10 0 1010000 1100010 1000001 1011 1100000 10010

Color Harmonies of #581202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581202

Black with #581202

Text Example


Text Example

White with #581202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581202; }

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

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

background-color css

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

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

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

border-color css

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

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

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