Html Css Color HEX #581204 Red Oxide

📋 copy color: '#581204'

red 88 ◦ green 18 ◦ blue 4

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

Shades of Red Oxide #581204

Tints of Red Oxide #581204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 80%
G = 16.36%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#581204 (or 0x581204) is known color: Red Oxide. HEX triplet: 58, 12 and 04. RGB value is (88,18,4). Sum of RGB (Red+Green+Blue) = 88+18+4=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #581204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581204 is #A7EDFB. Grayscale: #252525. Windows color (decimal): -11005436 or 266840. OLE color: 266840.

HSL color Cylindrical-coordinate representation of color #581204: hue angle of 10º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #581204 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 4 -
CMYK 0 0.80 0.95 0.65
HSL 10º 0.91% 0.18% -
HSV(B) 10º 0.95% 0.35% -
XYZ 4.26 2.52 0.38 -
YUV 37.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 88 18 4 0 0.80 0.95 0.65 10 0.91 0.18
Hex 58 12 4 0 50 5F 41 A 5B 12
Octal 130 22 4 0 120 137 101 12 133 22
Binary 1011000 10010 100 0 1010000 1011111 1000001 1010 1011011 10010

Color Harmonies of #581204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581204

Black with #581204

Text Example


Text Example

White with #581204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581204; }

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

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

background-color css

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

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

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

border-color css

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

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

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