Html Css Color HEX #58201C Red Oxide

📋 copy color: '#58201C'

red 88 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #58201C

Tints of Red Oxide #58201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

 BLUE value IS 28 (11.33% from 255) = 18.92%

R = 59.46%
G = 21.62%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58201C (or 0x58201C) is known color: Red Oxide. HEX triplet: 58, 20 and 1C. RGB value is (88,32,28). Sum of RGB (Red+Green+Blue) = 88+32+28=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #58201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58201C is #A7DFE3. Grayscale: #303030. Windows color (decimal): -11001828 or 1843288. OLE color: 1843288.

HSL color Cylindrical-coordinate representation of color #58201C: hue angle of 4º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58201C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 28 -
CMYK 0 0.64 0.68 0.65
HSL 0.52% 0.23% -
HSV(B) 0.68% 0.35% -
XYZ 4.75 3.19 1.46 -
YUV 48.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 88 32 28 0 0.64 0.68 0.65 4 0.52 0.23
Hex 58 20 1C 0 40 44 41 4 34 17
Octal 130 40 34 0 100 104 101 4 64 27
Binary 1011000 100000 11100 0 1000000 1000100 1000001 100 110100 10111

Color Harmonies of #58201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58201C

Black with #58201C

Text Example


Text Example

White with #58201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58201C; }

 p { color: rgb(88,32,28); }

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

background-color css

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

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

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

border-color css

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

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

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