Html Css Color HEX #5D2018 Red Oxide

📋 copy color: '#5D2018'

red 93 ◦ green 32 ◦ blue 24

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

Shades of Red Oxide #5D2018

Tints of Red Oxide #5D2018

RGB

 RED value IS 93 (36.72% from 255) = 62.42%

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

 BLUE value IS 24 (9.77% from 255) = 16.11%

R = 62.42%
G = 21.48%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#5D2018 (or 0x5D2018) is known color: Red Oxide. HEX triplet: 5D, 20 and 18. RGB value is (93,32,24). Sum of RGB (Red+Green+Blue) = 93+32+24=149 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.42% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2018 is #A2DFE7. Grayscale: #313131. Windows color (decimal): -10674152 or 1581149. OLE color: 1581149.

HSL color Cylindrical-coordinate representation of color #5D2018: hue angle of 6.96º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D2018 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 32 24 -
CMYK 0 0.66 0.74 0.64
HSL 6.96º 0.59% 0.23% -
HSV(B) 6.96º 0.74% 0.36% -
XYZ 5.2 3.43 1.25 -
YUV 49.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 93 32 24 0 0.66 0.74 0.64 6.96 0.59 0.23
Hex 5D 20 18 0 42 4A 40 7 3B 17
Octal 135 40 30 0 102 112 100 7 73 27
Binary 1011101 100000 11000 0 1000010 1001010 1000000 111 111011 10111

Color Harmonies of #5D2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2018

Black with #5D2018

Text Example


Text Example

White with #5D2018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D2018; }

 p { color: rgb(93,32,24); }

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

background-color css

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

 a { background-color: rgb(93,32,24); }

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

border-color css

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

 span { border-color: rgb(93,32,24); }

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