Html Css Color HEX #5E1506 Red Oxide

📋 copy color: '#5E1506'

red 94 ◦ green 21 ◦ blue 6

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

Shades of Red Oxide #5E1506

Tints of Red Oxide #5E1506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.96%

R = 77.69%
G = 17.36%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#5E1506 (or 0x5E1506) is known color: Red Oxide. HEX triplet: 5E, 15 and 06. RGB value is (94,21,6). Sum of RGB (Red+Green+Blue) = 94+21+6=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1506 is #A1EAF9. Grayscale: #292929. Windows color (decimal): -10611450 or 398686. OLE color: 398686.

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

Color convert

RGB 94 21 6 -
CMYK 0 0.78 0.94 0.63
HSL 10.23º 0.88% 0.2% -
HSV(B) 10.23º 0.94% 0.37% -
XYZ 4.92 2.93 0.48 -
YUV 41.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 94 21 6 0 0.78 0.94 0.63 10.23 0.88 0.2
Hex 5E 15 6 0 4E 5E 3F A 58 14
Octal 136 25 6 0 116 136 77 12 130 24
Binary 1011110 10101 110 0 1001110 1011110 111111 1010 1011000 10100

Color Harmonies of #5E1506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1506

Black with #5E1506

Text Example


Text Example

White with #5E1506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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