Html Css Color HEX #5E1A16 Red Oxide

📋 copy color: '#5E1A16'

red 94 ◦ green 26 ◦ blue 22

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

Shades of Red Oxide #5E1A16

Tints of Red Oxide #5E1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.31%

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 66.2%
G = 18.31%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#5E1A16 (or 0x5E1A16) is known color: Red Oxide. HEX triplet: 5E, 1A and 16. RGB value is (94,26,22). Sum of RGB (Red+Green+Blue) = 94+26+22=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E1A16 is #A1E5E9. Grayscale: #2D2D2D. Windows color (decimal): -10610154 or 1448542. OLE color: 1448542.

HSL color Cylindrical-coordinate representation of color #5E1A16: hue angle of 3.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E1A16 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 26 22 -
CMYK 0 0.72 0.77 0.63
HSL 3.33º 0.62% 0.23% -
HSV(B) 3.33º 0.77% 0.37% -
XYZ 5.13 3.18 1.1 -
YUV 45.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 94 26 22 0 0.72 0.77 0.63 3.33 0.62 0.23
Hex 5E 1A 16 0 48 4D 3F 3 3E 17
Octal 136 32 26 0 110 115 77 3 76 27
Binary 1011110 11010 10110 0 1001000 1001101 111111 11 111110 10111

Color Harmonies of #5E1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1A16

Black with #5E1A16

Text Example


Text Example

White with #5E1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,26,22); }

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

background-color css

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

 a { background-color: rgb(94,26,22); }

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

border-color css

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

 span { border-color: rgb(94,26,22); }

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