Html Css Color HEX #582424 Red Oxide

📋 copy color: '#582424'

red 88 ◦ green 36 ◦ blue 36

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

Shades of Red Oxide #582424

Tints of Red Oxide #582424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 55%
G = 22.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#582424 (or 0x582424) is known color: Red Oxide. HEX triplet: 58, 24 and 24. RGB value is (88,36,36). Sum of RGB (Red+Green+Blue) = 88+36+36=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582424 is #A7DBDB. Grayscale: #333333. Windows color (decimal): -11000796 or 2368600. OLE color: 2368600.

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

Color convert

RGB 88 36 36 -
CMYK 0 0.59 0.59 0.65
HSL 0.42% 0.24% -
HSV(B) 0.59% 0.35% -
XYZ 4.97 3.46 2.08 -
YUV 51.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 88 36 36 0 0.59 0.59 0.65 0 0.42 0.24
Hex 58 24 24 0 3B 3B 41 0 2A 18
Octal 130 44 44 0 73 73 101 0 52 30
Binary 1011000 100100 100100 0 111011 111011 1000001 0 101010 11000

Color Harmonies of #582424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582424

Black with #582424

Text Example


Text Example

White with #582424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582424; }

 p { color: rgb(88,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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