Html Css Color HEX #5E150A Red Oxide

📋 copy color: '#5E150A'

red 94 ◦ green 21 ◦ blue 10

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

Shades of Red Oxide #5E150A

Tints of Red Oxide #5E150A

RGB

 RED value IS 94 (37.11% from 255) = 75.2%

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

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

R = 75.2%
G = 16.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#5E150A (or 0x5E150A) is known color: Red Oxide. HEX triplet: 5E, 15 and 0A. RGB value is (94,21,10). Sum of RGB (Red+Green+Blue) = 94+21+10=125 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.2% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 94 - color contains mainly: red. Hex color #5E150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E150A is #A1EAF5. Grayscale: #292929. Windows color (decimal): -10611446 or 660830. OLE color: 660830.

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

Color convert

RGB 94 21 10 -
CMYK 0 0.78 0.89 0.63
HSL 7.86º 0.81% 0.2% -
HSV(B) 7.86º 0.89% 0.37% -
XYZ 4.94 2.94 0.59 -
YUV 41.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 94 21 10 0 0.78 0.89 0.63 7.86 0.81 0.2
Hex 5E 15 A 0 4E 59 3F 8 51 14
Octal 136 25 12 0 116 131 77 10 121 24
Binary 1011110 10101 1010 0 1001110 1011001 111111 1000 1010001 10100

Color Harmonies of #5E150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E150A

Black with #5E150A

Text Example


Text Example

White with #5E150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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