Html Css Color HEX #5D150A Red Oxide

📋 copy color: '#5D150A'

red 93 ◦ green 21 ◦ blue 10

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

Shades of Red Oxide #5D150A

Tints of Red Oxide #5D150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.94%

 BLUE value IS 10 (4.3% from 255) = 8.06%

R = 75%
G = 16.94%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5D150A (or 0x5D150A) is known color: Red Oxide. HEX triplet: 5D, 15 and 0A. RGB value is (93,21,10). Sum of RGB (Red+Green+Blue) = 93+21+10=124 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 93 - color contains mainly: red. Hex color #5D150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D150A is #A2EAF5. Grayscale: #292929. Windows color (decimal): -10676982 or 660829. OLE color: 660829.

HSL color Cylindrical-coordinate representation of color #5D150A: hue angle of 7.95º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D150A is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 21 10 -
CMYK 0 0.77 0.89 0.64
HSL 7.95º 0.81% 0.2% -
HSV(B) 7.95º 0.89% 0.36% -
XYZ 4.84 2.89 0.59 -
YUV 41.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 93 21 10 0 0.77 0.89 0.64 7.95 0.81 0.2
Hex 5D 15 A 0 4D 59 40 8 51 14
Octal 135 25 12 0 115 131 100 10 121 24
Binary 1011101 10101 1010 0 1001101 1011001 1000000 1000 1010001 10100

Color Harmonies of #5D150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D150A

Black with #5D150A

Text Example


Text Example

White with #5D150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,21,10); }

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

background-color css

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

 a { background-color: rgb(93,21,10); }

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

border-color css

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

 span { border-color: rgb(93,21,10); }

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